6 Star 18 Fork 21

Collin/mometa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.50 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mometa",
"private": true,
"version": "1.0.0",
"description": "面向研发的低代码元编程平台",
"author": "imcuttle <imcuttle@163.com>",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "pnpm start --filter=@mometa/editor",
"start:app:cr": "pnpm run start:cr --filter=@mometa/app",
"test": "npx jest",
"test:watch": "npm test -- --watch",
"preversion": "npm test",
"postpublish": "git push --tag origin $(git rev-parse --abbrev-ref HEAD)",
"new": "npx edam",
"release": "pnpm lerna publish"
},
"husky": {
"hooks": {
"pre-commit": "npx lerna toc --heading=\"NPM 包\" && npx markdown-toc README.md -i && git add README.md && pretty-quick --staged",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"sideEffects": false,
"engines": {
"node": ">=10"
},
"files": [
"es",
"types",
"lib"
],
"keywords": [
"imcuttle",
"mometa",
"mometa"
],
"main": "lib",
"types": "types",
"license": "MIT",
"repository": "imcuttle/mometa",
"module": "es",
"edam": {
"alias": {
"pkg": {
"url": "./packages/__template",
"type": "file",
"config": {
"output": "./packages/"
}
},
"editor-component": {
"description": "Editor 组件",
"url": "./packages/editor/__template/component",
"type": "file",
"config": {
"output": "./packages/editor/src/module/render/components"
}
},
"mometa-runtime-component": {
"description": "Mometa Runtime 组件",
"url": "./packages/editor/__template/component",
"type": "file",
"config": {
"output": "./packages/editor/src/mometa/preset/react/runtime/components"
}
}
}
},
"jest": {
"globals": {
"ts-jest": {
"diagnostics": {
"ignoreCodes": [
2304,
2769
]
}
}
},
"transform": {
"^.+\\.tsx?$": "ts-jest",
"^.+\\.jsx?$": "babel-jest"
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/es/",
"/lib/"
],
"testMatch": [
"**/__test{s,}__/*.(spec|test).{t,j}s{x,}",
"**/*.test{s,}.{t,j}s{x,}"
],
"moduleNameMapper": {
"@mometa/react-docgen-typescript$": [
"<rootDir>/packages/react-docgen-typescript/src",
"<rootDir>/../react-docgen-typescript/src"
],
"@mometa/react-docgen-typescript/lib/(.*)$": [
"<rootDir>/packages/react-docgen-typescript/src/$1",
"<rootDir>/../react-docgen-typescript/src/$1"
]
}
},
"packagePrefix": "@mometa/",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/jest": "^27.0.3",
"@types/webpack-env": "^1.16.3",
"babel-plugin-import": "^1.13.3",
"change-case": "^4.1.2",
"commander": "^8.3.0",
"concurrently": "^6.4.0",
"edam-cli": "^3.4.15",
"human-format": "^0.11.0",
"husky": "^4.3.8",
"jest": "^27.3.1",
"lerna-cli": "^5.0.3",
"lerna-command-toc": "^2.0.0",
"markdown-toc": "^1.2.0",
"npm-run-all": "^4.1.5",
"pkgxo": "^1.0.2",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zgxtech_admin/mometa.git
git@gitee.com:zgxtech_admin/mometa.git
zgxtech_admin
mometa
mometa
master

搜索帮助