-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 KB
/
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
43
44
45
46
47
{
"name": "tepacheapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:dry": "eslint --dry-run .",
"emulate": "NODE_ENV=development node index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/manufacturedba/tepacheapi.git"
},
"author": "Roberto Rodriguez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/manufacturedba/tepacheapi/issues"
},
"homepage": "https://github.com/manufacturedba/tepacheapi#readme",
"dependencies": {
"@hapi/basic": "^7.0.0",
"@hapi/hapi": "^20.2.1",
"@hapi/nes": "^12.0.4",
"axios": "^0.26.1",
"decamelize": "^6.0.0",
"dotenv": "^16.3.1",
"firebase": "^9.9.1",
"firebase-admin": "^11.0.0",
"hapi-pino": "^10.1.0",
"hapi-rate-limit": "^5.0.1",
"joi": "^17.6.0",
"node-cache": "^5.1.2",
"pubnub": "^7.2.1",
"twilio": "^3.80.1"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-ember": "^10.6.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
},
"type": "module"
}