mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "@ali/lowcode-datasource-types",
|
|
"version": "1.0.22-alpha.1",
|
|
"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"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|