-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 1.26 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
{
"name": "amusement-park-tracker",
"version": "1.0.0",
"description": "",
"main": "./bin/www",
"scripts": {
"start": "",
"test": "dotenv -e .env.spec mocha test",
"test-01": "dotenv -e .env.spec mocha test/01-*.test.js; exit 0",
"test-02": "dotenv -e .env.spec mocha test/02-*.test.js; exit 0",
"test-03": "dotenv -e .env.spec mocha test/03-*.test.js; exit 0",
"test-04": "dotenv -e .env.spec mocha test/04-*.test.js; exit 0",
"test-05": "dotenv -e .env.spec mocha test/05-*.test.js; exit 0",
"test-06": "dotenv -e .env.spec mocha test/06-*.test.js; exit 0",
"test-07": "dotenv -e .env.spec mocha test/07-*.test.js; exit 0",
"test-08": "dotenv -e .env.spec mocha test/08-*.test.js; exit 0",
"test-09": "dotenv -e .env.spec mocha test/09-*.test.js; exit 0",
"test-10": "dotenv -e .env.spec mocha test/10-*.test.js; exit 0",
"test-11": "dotenv -e .env.spec mocha test/11-*.test.js; exit 0",
"test-with-json": "dotenv -e .env.spec mocha test --reporter json"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"dotenv-cli": "^3.1.0",
"mocha": "^7.1.1",
"sqlite3": "^4.1.1",
"supertest": "^4.0.2"
},
"dependencies": {}
}