-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "can-steal-ssg",
"version": "1.2.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"can-steal-ssg": "bin/can-steal-ssg.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canjs/can-steal-ssg.git"
},
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/canjs/can-steal-ssg/issues"
},
"homepage": "https://github.com/canjs/can-steal-ssg#readme",
"dependencies": {
"can-globals": "^1.2.2",
"can-route": "^5.0.2",
"can-route-pushstate": "^6.0.0",
"can-stache-element": "^1.2.0",
"can-stache-route-helpers": "^2.0.0",
"can-zone": "^1.1.0",
"commander": "^9.4.1",
"express": "^4.18.2",
"jsdom": "^20.0.3",
"mkdirp": "^1.0.4",
"node-fetch-commonjs": "^3.2.4",
"regenerator-runtime": "^0.13.11",
"steal": "^2.3.0",
"steal-tools": "^2.3.0",
"w3c-xmlhttprequest": "^3.0.4"
},
"engines": {
"node": ">=14",
"npm": ">=6.0.0 <7"
}
}