mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
35 lines
758 B
JSON
35 lines
758 B
JSON
{
|
|
"name": "@ali/lowcode-datasource-engine",
|
|
"version": "1.0.2-alpha.3",
|
|
"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/lowcode-types": "1.0.13-alpha.2",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|