-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
48
49
50
51
52
{
"name": "space-salesman",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"build": "npx gulp",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/banasraf/space-salesman.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/banasraf/space-salesman/issues"
},
"homepage": "https://github.com/banasraf/space-salesman#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.17.0",
"@types/express-formidable": "^1.0.3",
"@types/express-session": "^1.15.13",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.10",
"@types/selenium-webdriver": "^4.0.0",
"@types/sqlite3": "^3.1.5",
"@types/uuid": "^3.4.4",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-typescript": "^5.0.1",
"mocha": "^6.1.4",
"mocha-webdriver": "^0.1.13",
"selenium-webdriver": "^4.0.0-alpha.1",
"ts-node": "^8.3.0",
"tsify": "^4.0.1",
"typescript": "^3.4.5",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.16.2",
"sqlite3": "^4.0.9",
"uuid": "^3.3.2"
}
}