forked from szabbenjamin/digionline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 792 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
{
"name": "digionline",
"version": "2.2.11",
"description": "Digionline servlet",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "tsc main.ts && node main.js",
"build": "tsc main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szabbenjamin/digionline.git"
},
"author": "Benjamin Szabo <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/szabbenjamin/digionline/issues"
},
"homepage": "https://github.com/szabbenjamin/digionline#readme",
"dependencies": {
"@types/node": "^10.12.0",
"find-remove": "^2.0.1",
"fs": "0.0.1-security",
"http": "0.0.0",
"jquery": "^3.5.1",
"jsdom": "^12.2.0",
"request": "^2.88.0",
"typescript": "^4.4.2"
}
}