-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 934 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 934 Bytes
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
{
"name": "ts-base",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Setfive/ts-base.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Setfive/ts-base/issues"
},
"homepage": "https://github.com/Setfive/ts-base#readme",
"dependencies": {
"@types/async": "^2.0.49",
"@types/lodash": "^4.14.109",
"@types/minimist": "^1.2.0",
"@types/mysql": "^2.15.4",
"@types/node": "^10.1.1",
"@types/restify": "^5.0.8",
"async": "^2.6.1",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"mysql": "^2.15.0",
"nodemon": "^2.0.16",
"restify": "^5.2.1",
"spotify-web-api-node": "git+https://github.com/Setfive/spotify-web-api-node.git",
"ts-node": "^10.7.0"
}
}