-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 956 Bytes
/
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
{
"name": "ds-emu-problem",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --inspect dist/index.js",
"build": "trash dist && tsc -p tsconfig.json",
"lint": "tslint --project tsconfig.json src/**/*.ts"
},
"engines": {
"node": "17.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chadbr/ds-emu-problem.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chadbr/ds-emu-problem/issues"
},
"homepage": "https://github.com/chadbr/ds-emu-problem#readme",
"devDependencies": {
"@types/debug": "^4.1.7",
"nodemon": "2.0.15",
"trash-cli": "^5.0.0",
"tslint": "^6.1.3",
"typescript": "4.5.4"
},
"dependencies": {
"@google-cloud/datastore": "^6.6.2",
"debug": "^4.3.3",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"@xmldom/xmldom": "^0.7.0"
}
}