forked from openmainframeproject/omp-landscape
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 734 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 734 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
{
"name": "aswf-interactive-landscape",
"version": "1.0.0",
"description": "Interactive visualization of Academy Software Foundation",
"engines": {
"npm": ">=3",
"node": ">= 10.5"
},
"scripts": {
"build": "npm run latest; npm config set scripts-prepend-node-path true; export PROJECT_PATH=\"$PWD\"; npm explore interactive-landscape -- npm run build",
"latest": "npm install interactive-landscape@latest"
},
"author": "ASWF",
"license": "Apache-2.0",
"dependencies": {
"eslint": "6.1.0",
"interactive-landscape": "^1.0.247",
"node-fetch": "2.6.0"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/AcademySoftwareFoundation/aswf-landscape"
}
}