-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "ccl-test-data",
"version": "1.0.0",
"description": "Comprehensive JSON test suite for CCL implementations across all programming languages",
"private": true,
"type": "module",
"scripts": {
"readme:update": "node scripts/update-readme-remark.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catconflang/ccl-test-data.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/catconflang/ccl-test-data/issues"
},
"homepage": "https://github.com/catconflang/ccl-test-data#readme",
"dependencies": {
"consola": "^3.4.2",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5",
"unist-util-select": "^5.1.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@sourcemeta/jsonschema": "^14.13.3",
"@tylerbu/cli": "^0.9.0",
"commitlint-plugin-selective-scope": "^1.0.1"
}
}