-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "ticket-booking",
"version": "0.0.1",
"description": "",
"main": "stellar/playground.js",
"scripts": {
"pump": "node tools/pump",
"test": "ENVIRONMENT=E2E mocha --recursive --timeout 999999 './test/**/E2EChat.test.js'",
"test:prod": "ENVIRONMENT=PROD mocha --recursive --timeout 999999 './test/**/*.test.js'",
"test:watch": "nodemon -x 'npm run test.'",
"server": "nodemon src/event/index.js",
"init": "npm i && npm run server",
"manual": "ENVIRONMENT=PROD mocha --recursive --timeout 999999 './test/manualInitToken.js'"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"base64-js": "^1.3.0",
"body-parser": "^1.18.3",
"claudia-bot-builder": "^4.2.0",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"firebase-admin": "5.12.1",
"flat-file-db": "^1.0.0",
"microtime": "^2.1.8",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"response-time": "^2.3.2",
"stellar-sdk": "^0.9.1",
"uuid-v4": "^0.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.1.0",
"mocha": "^5.2.0",
"nodemon": "^1.17.5"
}
}