{ "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/lowcode-types": "^0.8.13", "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" } }