2021-06-07 16:51:54 +08:00

43 lines
957 B
JSON

{
"name": "@ali/lowcode-utils",
"version": "1.0.52",
"description": "Utils for Ali lowCode engine",
"files": [
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"build": "build-scripts build --skip-demo",
"test": "ava",
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
"@ali/lowcode-types": "1.0.52",
"@alifd/next": "^1.19.16",
"lodash.get": "^4.4.2",
"react": "^16"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
"@types/node": "^13.7.1",
"@types/react": "^16",
"build-plugin-component": "^0.2.10"
},
"ava": {
"compileEnhancements": false,
"snapshotDir": "test/fixtures/__snapshots__",
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
},
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
}