-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 1.63 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "case",
"version": "1.0.0",
"description": "🖌🖌",
"main": "index.js",
"scripts": {
"dev": "npm run build-ts && npm run start",
"watch-ts": "tsc -w",
"ws": "node ./web-server/index.js",
"add": "node ./dist-server/insertList.js",
"test": "tsc -w & nodemon ./dist-server/insertList.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/L1Yuu/course.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/L1Yuu/course/issues"
},
"homepage": "https://github.com/L1Yuu/course#readme",
"dependencies": {
"@types/color": "^3.0.0",
"@types/express": "^4.17.0",
"@types/graphql": "^14.2.0",
"@types/mongodb": "^3.1.25",
"@types/node-schedule": "^1.2.3",
"@types/request": "^2.48.1",
"chalk": "^2.4.2",
"color-convert": "^2.0.0",
"commander": "^2.20.0",
"connect-multiparty": "^2.2.0",
"execa": "^1.0.0",
"express": "^4.17.1",
"figlet": "^1.2.3",
"get-pixels": "^3.3.2",
"got": "^9.6.0",
"graphql": "^14.2.1",
"json-format": "^1.0.1",
"koa": "^2.7.0",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"mongodb": "^3.2.3",
"mongoose": "^5.7.5",
"name-styles": "^2.0.1",
"node-notifier": "^5.4.0",
"portfinder": "^1.0.23",
"readline2": "^1.0.1",
"request": "^2.88.0",
"requires-port": "^1.0.0",
"shelljs": "^0.8.3",
"styled-components": "^4.3.0",
"type-fest": "^0.6.0",
"typescript": "^3.4.5",
"uuid": "^3.3.2",
"webpack": "^4.30.0"
},
"devDependencies": {
"@types/node": "^11.13.8"
},
"directories": {
"test": "test"
}
}