-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 882 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 882 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
30
31
32
33
34
35
36
37
38
39
{
"name": "tossr",
"version": "1.4.2",
"description": "Universal SSR",
"main": "tossr.js",
"scripts": {
"build": "tsc && documentation readme tossr.js -s API && node ./postBuild",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roxiness/ssr.git"
},
"keywords": [
"spa",
"ssr",
"jsdom",
"router"
],
"author": "jakobrosenberg@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/roxiness/ssr/issues"
},
"homepage": "https://github.com/roxiness/ssr#readme",
"dependencies": {
"bufferutil": "^4.0.1",
"configent": "^2.1.3",
"esbuild": "^0.8.54",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.0",
"onetime": "^5.1.2",
"utf-8-validate": "^5.0.2"
},
"devDependencies": {
"documentation": "^13.0.2",
"typescript": "^4.0.3"
}
}