-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "@de-pa/nast",
"version": "0.0.3",
"description": "server http koa",
"main": "index.js",
"scripts": {
"build": "npm run tsc&&npm run copy",
"dev": "nodemon",
"tsc": "tsc",
"copy": "copyfiles -f package.json dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nokisnojok/nast.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nokisnojok/nast/issues"
},
"homepage": "https://github.com/nokisnojok/nast#readme",
"peerDependencies": {
"@types/koa": "^2.13.1",
"koa": "^2.13.1",
"injection-js": "^2.3.2",
"reflect-metadata": "^0.1.13"
},
"dependencies": {
"@types/node": "^14.14.31"
},
"devDependencies": {
"@types/koa": "^2.13.1",
"copyfiles": "^2.4.1",
"husky": "^4.3.0",
"injection-js": "^2.3.2",
"koa": "^2.13.1",
"mocha": "^8.1.3",
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
"reflect-metadata": "^0.1.13",
"ts-node": "^9.1.1",
"typescript": "^4.0.5",
"@types/websocket": "^1.0.2",
"@types/ws": "^7.4.4",
"websocket": "^1.0.34",
"ws": "^7.4.6"
}
}