26 lines
536 B
JSON
26 lines
536 B
JSON
{
|
|
"name": "script-graph",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"watch": "rollup -c -w"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-typescript": "^5.0.2",
|
|
"rollup": "^2.26.4",
|
|
"tslib": "^2.0.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/js": "^5.5.55",
|
|
"@vanillawc/wc-codemirror": "^1.8.10",
|
|
"lit-element": "^2.3.1"
|
|
}
|
|
}
|