-
-
Notifications
You must be signed in to change notification settings - Fork 266
/
package.json
34 lines (34 loc) · 1.08 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
{
"name": "@json-schema-org/json-schema-spec",
"version": "1.0.0",
"description": "The JSON Schema Specification",
"type": "module",
"main": "index.js",
"scripts": {
"lint": "eslint . ; remark --no-stdout --frail .",
"build": "remark --rc-path specs/.remarkrc-build.js --output web/"
},
"license": "MIT",
"devDependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.31.0",
"mdast-builder": "^1.1.1",
"mdast-util-find-and-replace": "^3.0.1",
"mdast-util-to-string": "^4.0.0",
"rehype-document": "^7.0.3",
"rehype-stringify": "^10.0.1",
"remark-cli": "^12.0.1",
"remark-flexible-containers": "^1.2.1",
"remark-gfm": "^4.0.0",
"remark-heading-id": "^1.0.1",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"remark-rehype": "^11.1.1",
"remark-torchlight": "^0.0.5",
"remark-validate-links": "^13.0.1"
}
}