2020-10-10 09:06:00 +08:00

40 lines
1.0 KiB
JSON

{
"name": "@ali/lowcode-datasource-engine",
"version": "1.0.1",
"main": "dist/index.js",
"files": [
"dist",
"src",
"interpret*",
"runtime*"
],
"scripts": {
"build": "rm -rf dist && tsc --outDir ./dist --module esnext",
"test": "ava",
"prepublishOnly": "npm run build"
},
"typings": "dist/index.d.ts",
"dependencies": {
"@ali/build-success-types": "^0.1.2-alpha.35",
"typescript": "^3.9.7"
},
"devDependencies": {
"@ali/datasource-engine-universal-mtop-handler": "1.0.0-alpha.2",
"@ali/datasource-engine-url-params-handler": "^1.0.0-alpha.3",
"@ali/lowcode-datasource-http-handler": "^1.0.0-alpha.1",
"@ali/lowcode-datasource-url-params-handler": "^1.0.0-alpha.3",
"@ali/ng-lc-types": "^1.0.0-r2009222d5o6k8r8",
"@ava/babel": "^1.0.1",
"@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"
}
}