forked from ISDCF/registries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 881 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
{
"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) <[email protected]>",
"license": "CC-BY-4.0",
"devDependencies": {
"@xmldom/xmldom": "^0.8.4",
"chai": "^4.2.0",
"cldr-core": "^36.0.0",
"cldr-localenames-modern": "^36.0.0",
"json-stable-stringify": "^1.0.1",
"language-tags": "^1.0.5",
"mocha": "^9.2.0"
},
"dependencies": {
"ajv": "^6.10.2"
}
}