зеркало из https://github.com/microsoft/CCF.git
23 строки
516 B
JSON
23 строки
516 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "del-cli -f dist/ && rollup --config && cp app.json dist/"
|
|
},
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/ccf-app": "file:../../js/ccf-app",
|
|
"inversify": "^6.0.1",
|
|
"reflect-metadata": "^0.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^17.1.0",
|
|
"@rollup/plugin-node-resolve": "^11.2.0",
|
|
"@rollup/plugin-typescript": "^8.2.0",
|
|
"del-cli": "^5.0.0",
|
|
"tslib": "^2.0.1"
|
|
}
|
|
}
|