-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
57 lines (57 loc) · 1.85 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@accordproject/models",
"version": "0.2.0",
"description": "This repository host all Accord Project models. Models are captured using the Concerto modeling language; a platform and runtime neutral typed schema language.",
"engines": {
"node": ">=18",
"npm": ">=10"
},
"main": "build.js",
"scripts": {
"build": "node build.js",
"start": "serve ./build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accordproject/models.git"
},
"devDependencies": {
"adm-zip": "^0.4.16",
"bulma": "^0.7.5",
"concerto-core-0.82": "npm:@accordproject/[email protected]",
"concerto-core-2.0": "npm:@accordproject/[email protected]",
"concerto-core-3.6": "npm:@accordproject/[email protected]",
"concerto-cto-2.0": "npm:@accordproject/[email protected]",
"concerto-cto-3.6": "npm:@accordproject/[email protected]",
"concerto-tools-0.82": "npm:@accordproject/[email protected]",
"concerto-tools-2.0": "npm:@accordproject/[email protected]",
"concerto-tools-3.6": "npm:@accordproject/[email protected]",
"concerto-util-2.0": "npm:@accordproject/[email protected]",
"concerto-util-3.6": "npm:@accordproject/[email protected]",
"fs-extra": "^6.0.1",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"nunjucks": "^3.2.4",
"plantuml-encoder": "^1.4.0",
"rimraf": "^2.7.1",
"semver": "^6.3.0",
"serve": "^14.0.1",
"showdown": "^1.9.1"
},
"keywords": [
"accord",
"legal",
"model",
"composer"
],
"author": "Accord Project",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/accordproject/models/issues"
},
"homepage": "https://github.com/accordproject/models#readme",
"dependencies": {
"@accordproject/concerto-core": "^3.19.4",
"@accordproject/concerto-codegen": "^3.29.10"
}
}