forked from Language-Research-Technology/ldac-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 732 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
32
{
"name": "ldac-profile",
"version": "0.1.0",
"description": "LDAC Profile to validate an RO Crate",
"main": "index.js",
"bin": {
"ldac-check": "./ldac-check.js"
},
"scripts": {
"test": "mocha",
"build-spec": "node make-profile.js"
},
"repository": {
"type": "git",
"url": "github"
},
"keywords": [
"rocrate",
"validator"
],
"author": "Alvin Sebastian (https://orcid.org/0000-0002-9086-1722)",
"license": "GPL-3.0-or-later",
"devDependencies": {
"mocha": "^10.0.0"
},
"dependencies": {
"commander": "^9.4.1",
"lodash": "^4.17.21",
"ro-crate": "^3.1.0",
"ro-crate-editor-profiles": "github:Language-Research-Technology/ro-crate-editor-profiles"
}
}