chenms-tools
Version:
60 lines (59 loc) • 1.24 kB
JSON
{
"name": "chenms-tools",
"private": false,
"version": "0.0.4",
"type": "module",
"main": "lib/index.js",
"module": "es/index.js",
"types": "./index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"prepare": "husky install",
"changelog": "conventional-changelog -p -i CHANGELOG.md -s",
"version": "bumpp"
},
"files": [
"es",
"lib",
"README",
"LICENSE",
"index.d.ts"
],
"lint-staged": {
"src/**/*.{js,ts}": [
"eslint --fix",
"git add"
]
},
"license": "MIT",
"keywords": [
"vite",
"commitlint",
"husky",
"CHANGELOG",
"LICENSE",
"ESlint"
],
"repository": {
"type": "git",
"url": "https://github.com"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"add": "^2.0.6",
"bumpp": "^9.3.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"husky": "^7.0.0",
"lint-staged": "^15.2.2",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}