You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
832 B
JSON
24 lines
832 B
JSON
{
|
|
"name": "ngx-flowchart",
|
|
"version": "0.0.1",
|
|
"peerDependencies": {
|
|
"@angular/common": "^9.0.0",
|
|
"@angular/core": "^9.0.0",
|
|
"jquery": "^3.4.1",
|
|
"typescript": "^3.7.5",
|
|
"tslib": "^1.10.0"
|
|
},
|
|
"main": "bundles/ngx-flowchart.umd.js",
|
|
"module": "fesm5/ngx-flowchart.js",
|
|
"es2015": "fesm2015/ngx-flowchart.js",
|
|
"esm5": "esm5/ngx-flowchart.js",
|
|
"esm2015": "esm2015/ngx-flowchart.js",
|
|
"fesm5": "fesm5/ngx-flowchart.js",
|
|
"fesm2015": "fesm2015/ngx-flowchart.js",
|
|
"typings": "ngx-flowchart.d.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
|
|
}
|
|
}
|