mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-11 02:16:03 +00:00
v1.0.20-alpha.1
This commit is contained in:
parent
8f6586c34d
commit
a59ab462c4
@ -1,23 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-datasource-engine",
|
"name": "@ali/lowcode-datasource-engine",
|
||||||
"version": "1.0.19",
|
"version": "1.0.20-alpha.1",
|
||||||
"description": "DataSource Engine for lowcode",
|
"description": "DataSource Engine for lowcode",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
|
||||||
"src",
|
"src",
|
||||||
"interpret*",
|
"lib",
|
||||||
"runtime*",
|
"es"
|
||||||
"lib"
|
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf dist && tsc --outDir ./dist --module esnext",
|
"clean": "rm -rf es lib",
|
||||||
|
"build": "npm run clean && tsc && tsc --outDir ./lib --module commonjs ",
|
||||||
"test": "ava",
|
"test": "ava",
|
||||||
"prepublishOnly": "npm run build"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@ali/lowcode-datasource-types": "^1.0.1",
|
||||||
"@ali/lowcode-types": "^1.0.17",
|
"@ali/lowcode-types": "^1.0.17",
|
||||||
"typescript": "^3.9.7"
|
"typescript": "^3.9.7"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user