-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 911 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 911 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
{
"name": "isdcf-registries",
"version": "1.0.1-beta.1",
"description": "ISDCF registries",
"scripts": {
"test": "mocha",
"validate": "node src/main/scripts/validate.js",
"canonicalize": "node src/main/scripts/canonicalize.js",
"make-ratings": "node src/main/scripts/ratings-make.js & node src/main/scripts/canonicalize.js"
},
"main": "src/main/scripts/validate.js",
"repository": {
"type": "git",
"url": "https://github.com/isdcf/registries.git"
},
"author": "InterSociety Digital Cinema Forum (ISDCF) <info@isdcf.com>",
"license": "CC-BY-4.0",
"devDependencies": {
"@xmldom/xmldom": "^0.8.4",
"chai": "^6.2.2",
"cldr-core": "^36.0.0",
"cldr-localenames-modern": "^36.0.0",
"json-stable-stringify": "^1.0.1",
"language-tags": "^1.0.5",
"mocha": "^11.3.0"
},
"dependencies": {
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1"
}
}