mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
28 lines
672 B
JSON
28 lines
672 B
JSON
{
|
|
"name": "@ali/lowcode-datasource-fetch-handler",
|
|
"version": "1.0.7",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"typings": "es/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"es"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"clean": "rm -rf es lib",
|
|
"build": "npm run clean && tsc && tsc --outDir ./lib --module commonjs ",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-datasource-types": "^1.0.0",
|
|
"typescript": "^3.9.7",
|
|
"universal-request": "^2.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"gitHead": "829e504c52a294fc28966ab0e491f4d2de1d4c90"
|
|
}
|