codefaster-dubbo-template
Version:
springboot、dubbo、nacos项目初始化模版
77 lines (76 loc) • 2.32 kB
JSON
{
"name": "codefaster-dubbo-template",
"version": "0.0.21",
"description": "springboot、dubbo、nacos项目初始化模版",
"main": "dist/index.common.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"repository": "https://github.com/Code-Faster/codefaster-dubbo-template.git",
"author": "libiqi <libiqi@diffshop.com>",
"license": "MIT",
"keywords": [
"Java",
"dubbo",
"springboot",
"nacos",
"maven",
"java template"
],
"typings": "types/index.d.ts",
"files": [
"src/*.js",
"dist/*.js",
"dist/playground",
"dist/.cfignore",
"types/*.d.ts"
],
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "node scripts/verifyCommitMsg.js"
},
"scripts": {
"dev": "node dist/index.common.js",
"dev:dist": "rollup -wm -c build/rollup.dev.config.js",
"build": "node build/build.js",
"lint": "eslint src examples test",
"test": "npm run lint && npm run test:unit && npm run test:types",
"test:unit": "jest",
"test:types": "tsc -p types/test",
"docs": "vuepress dev docs",
"docs:build": "vuepress build docs",
"changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
"release": "bash scripts/release.sh",
"commit": "git-cz"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@types/jest": "^27.0.3",
"@types/parse-gitignore": "^1.0.0",
"eslint": "^8.6.0",
"eslint-plugin-jasmine": "^4.1.3",
"jest": "^27.4.3",
"rollup": "^2.60.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-typescript2": "^0.31.1",
"terser": "^5.10.0",
"typescript": "^4.5.2",
"vuepress": "^1.8.2",
"conventional-changelog-cli": "^2.1.1"
},
"bugs": {
"url": "https://github.com/Code-Faster/codefaster-dubbo-template/issues"
},
"homepage": "https://github.com/Code-Faster/codefaster-dubbo-template#readme",
"dependencies": {
"parse-gitignore": "^1.0.1"
}
}