kaoqin-utils
Version:
考勤系统工具库
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "kaoqin-utils",
"version": "1.0.2",
"description": "考勤系统工具库",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && babel src -d dist",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"kaoqin",
"utils",
"attendance"
],
"author": "你的名字",
"license": "ISC",
"repository": {
"type": "git",
"url": "你的git仓库地址"
},
"homepage": "你的项目主页",
"bugs": {
"url": "你的bug提交页面"
},
"dependencies": {
"dayjs": "^1.11.7"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.21.4",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-remove-debugger": "^6.9.4",
"babel-preset-minify": "^0.5.2"
}
}