-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 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
{
"name": "@DecentM/nodeblock",
"version": "0.0.1",
"main": "index.js",
"repository": "git@github.com:DecentM/nodeblock.git",
"author": "DecentM <decentm@decentm.com>",
"license": "MIT",
"scripts": {
"dev": "env-cmd nodemon -r tsconfig-paths/register src/index.ts",
"postinstall": "patch-package"
},
"dependencies": {
"apollo-server": "^2.9.16",
"dns2": "^1.3.0",
"ioredis": "^4.14.1",
"native-dns-packet": "https://github.com/techguy613/native-dns-packet",
"nexus": "^0.12.0-rc.9"
},
"devDependencies": {
"@types/ioredis": "^4.14.6",
"@types/node": "^13.5.1",
"env-cmd": "^10.0.1",
"nodemon": "^2.0.2",
"patch-package": "^6.2.0",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.7.5"
}
}