forked from ISDCF/registries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 885 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 885 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
{
"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": {
"cldr-core": "^36.0.0",
"cldr-localenames-modern": "^36.0.0",
"language-subtag-registry": "^0.3.20",
"xmldom": "^0.4.0",
"chai": "^4.2.0",
"json-stable-stringify": "^1.0.1",
"mocha": "^8.1.1"
},
"dependencies": {
"ajv": "^6.10.2"
}
}