-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 821 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
{
"name": "tonic-ssr",
"version": "1.2.1",
"description": "server side rendering for tonic components",
"main": "index.js",
"type": "module",
"scripts": {
"test": "run-s test:*",
"test:standard": "standard",
"test:node-test": "c8 node --test --test-reporter spec"
},
"author": "heapwolf",
"license": "ISC",
"dependencies": {
"@socketsupply/tonic": "^15.0.0",
"npm-run-all2": "^6.0.6",
"parse5": "^7.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/socketsupply/tonic-ssr.git"
},
"bugs": {
"url": "https://github.com/socketsupply/tonic-ssr/issues"
},
"homepage": "https://github.com/socketsupply/tonic-ssr#readme",
"devDependencies": {
"c8": "^8.0.1",
"standard": "^17.1.0"
}
}