-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 869 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 869 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
40
41
{
"name": "wicg",
"version": "1.2.8",
"description": "Tools to get you started with the WICG",
"scripts": {
"release": "standard-version",
"semantic-release": "semantic-release"
},
"bin": {
"wicg": "index.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/WICG/starter-kit.git"
},
"keywords": [
"WICG",
"W3C",
"standards"
],
"author": "Marcos Caceres",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/WICG/starter-kit/issues"
},
"preferGlobal": true,
"engineStrict": true,
"engines": {
"node": ">=16.16.0"
},
"homepage": "https://github.com/WICG/starter-kit#readme",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"prompt": "^1.3.0"
},
"devDependencies": {
"semantic-release": "^23.0.0",
"standard-version": "^9.5.0"
}
}