-
Notifications
You must be signed in to change notification settings - Fork 284
/
package.json
37 lines (37 loc) · 926 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
32
33
34
35
36
37
{
"name": "semver.org",
"version": "0.0.1",
"description": "Website for SemVer specification https://semver.org",
"main": "scripts/collect.js",
"scripts": {
"collect": "node scripts/collect.js",
"lint": "remark -qf lang spec index.md && prettier --check .",
"fmt": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/semver/semver.org.git"
},
"keywords": [
"semver",
"spec",
"version",
"semantic",
"version"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/semver/semver.org/issues"
},
"homepage": "https://github.com/semver/semver.org#readme",
"devDependencies": {
"js-yaml": "^4.1.0",
"prettier": "^3.1.0",
"remark-cli": "^12.0.0",
"remark-frontmatter": "^5.0.0",
"remark-lint-mdash-style": "^1.1.1",
"remark-preset-lint-node": "^5.0.0",
"semver": "^7.5.4"
}
}