-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 880 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "awake-heroku",
"version": "2.0.7",
"description": "A package help your heroku app is always runs ",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quangpl/awake-heroku.git"
},
"keywords": [
"awake",
"heroku",
"get",
"up",
"heroku",
"heroku",
"always",
"run",
"dont",
"stop",
"heroku"
],
"author": "quangpl",
"license": "ISC",
"bugs": {
"url": "https://github.com/quangpl/awake-heroku/issues"
},
"homepage": "https://github.com/quangpl/awake-heroku#readme",
"dependencies": {
"eslint": "7.17.0",
"typescript": "3.9.7"
},
"devDependencies": {
"@types/node": "14.14.16",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/parser": "4.11.1"
}
}