2020-10-23 15:50:30 +08:00

40 lines
847 B
JSON

{
"name": "@ali/lowcode-runtime",
"version": "0.13.1-7",
"description": "Runtime for Ali lowCode engine",
"files": [
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"build": "build-scripts build --skip-demo",
"test": "ava",
"test:snapshot": "ava --update-snapshots"
},
"ava": {
"compileEnhancements": false,
"snapshotDir": "test/fixtures/__snapshots__",
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"license": "MIT",
"dependencies": {
"@ali/offline-events": "^1.0.0",
"history": "^4.10.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
"@types/node": "^13.7.1",
"build-plugin-component": "^0.2.16"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}