{ "name": "@ali/lowcode-datasource-engine", "version": "1.0.20", "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.2", "@ali/lowcode-types": "^1.0.18", "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" } }