UNPKG

spadgerjs

Version:
56 lines (55 loc) 1.34 kB
{ "name": "spadgerjs", "version": "0.2.21", "description": "自用函数库", "main": "./dist/spadger.min.js", "types": "./dist/index.d.ts", "scripts": { "test": "jest", "pr": "prettier --write '{src,__tests__}/**/*.{js,ts}'", "commit": "git add . && git-cz", "cfb": "sh scripts/feature.sh c", "mfb": "sh scripts/feature.sh m", "dfb": "sh scripts/feature.sh d", "docs": "node ./scripts/createDocs/index.js", "build": "npm run pr && npm run test && webpack", "build:pure": "webpack", "release": "sh scripts/release.sh" }, "keywords": [ "js", "function" ], "repository": { "type": "git", "url": "https://github.com/anotherso1a/spadger" }, "author": "AnotherSola", "license": "MIT", "devDependencies": { "cz-conventional-changelog": "^3.0.2", "husky": "^3.0.9", "jest": "^24.9.0", "prettier": "1.18.2", "ts-loader": "^6.2.0", "tslint": "^5.20.0", "tslint-loader": "^3.5.4", "typescript": "^3.6.4", "webpack": "^4.41.2", "webpack-cli": "^3.3.9" }, "dependencies": { "@types/jest": "^24.0.19", "ts-jest": "^24.1.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "commit-msg": "node scripts/checkCommit.js" } } }