2020-11-26 14:19:19 +08:00

40 lines
928 B
JSON

{
"name": "@ali/lowcode-datasource-engine",
"version": "1.0.23-alpha.2",
"description": "DataSource Engine for lowcode",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src",
"interpret*",
"runtime*"
],
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc ",
"test": "ava",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@ali/lowcode-datasource-types": "^1.0.21",
"@ali/lowcode-types": "^1.0.20",
"promise.allsettled": "^1.0.2",
"typescript": "^3.9.7"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@types/promise.allsettled": "^1.0.3",
"@types/sinon": "^9.0.5",
"ava": "3.11.1",
"get-port": "^5.1.1",
"json5": "^2.1.3",
"sinon": "^9.0.3",
"ts-node": "^8.10.2",
"tslib": "^2.0.1"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}