19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"name": "@mxgraph/core",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"module": "src/index.ts",
|
|
"main": "dist/mxgraph.js",
|
|
"types": "dist/mxgraph.d.ts",
|
|
"scripts": {
|
|
"dev": "webpack --watch --mode=development",
|
|
"build": "NODE_ENV=production webpack --mode=production",
|
|
"postinstall": "webpack --mode=development"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"circular-dependency-plugin": "^5.2.2"
|
|
}
|
|
}
|