We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57a279 commit deb2cb2Copy full SHA for deb2cb2
package.json
@@ -1,15 +1,15 @@
1
{
2
- "name": "lab-concerto-graph",
+ "name": "@accordproject/concerto-graph",
3
"version": "1.0.0",
4
"description": "Concerto Graph",
5
- "main": "dist/demo/index.js",
+ "main": "dist/graphmodel.js",
6
"type": "module",
7
- "license": "UNLICENSED",
+ "license": "Apache-2.0",
8
"scripts": {
9
"prebuild": "npx eslint src/**/*.ts",
10
"build": "tsc",
11
"prestart": "npm run build",
12
- "start": "node .",
+ "start": "node dist/demo/index.js",
13
"test": "echo \"Error: no test specified\" && exit 1"
14
},
15
"devDependencies": {
0 commit comments