-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
21 lines (21 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "grindery-nexus-schema",
"version": "1.0.0",
"description": "Schema definitions for Grindery Nexus components.",
"main": "build.js",
"devDependencies": {},
"scripts": {
"build": "([ -d dist ] && rm -r dist || true) && cp -r cds dist && cp dist/*/*.json dist/ && cp -r chains dist && rm -r dist/chains/README.md && git rev-parse HEAD > dist/COMMIT && node build.js",
"buildlocal": "([ -d dist ] && rm -r dist || true) && cp -r cds dist && cp dist/*/*.json dist/ && cp -r chains dist && rm -r dist/chains/README.md && git rev-parse HEAD > dist/COMMIT && node build.js && cp dist/*.json ../grindery-flow/src/jsonfolder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grindery-io/grindery-nexus-schema-v2.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/grindery-io/grindery-nexus-schema-v2/issues"
},
"homepage": "https://github.com/grindery-io/grindery-nexus-schema-v2#readme"
}