@technote-space/game-interface
Advanced tools
Comparing version 0.5.35 to 0.5.36
{ | ||
"name": "@technote-space/game-interface", | ||
"version": "0.5.35", | ||
"version": "0.5.36", | ||
"description": "", | ||
@@ -31,26 +31,26 @@ "keywords": [ | ||
"build": "tsc", | ||
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install", | ||
"lint": "eslint 'src/**/*.ts' --cache", | ||
"lint:fix": "eslint --fix 'src/**/*.ts'", | ||
"prepublishOnly": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --disable", | ||
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable", | ||
"test": "yarn lint", | ||
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit", | ||
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install", | ||
"prepublishOnly": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --disable", | ||
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable" | ||
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.7.10", | ||
"@typescript-eslint/eslint-plugin": "^4.30.0", | ||
"@typescript-eslint/parser": "^4.30.0", | ||
"@commitlint/cli": "^13.2.0", | ||
"@commitlint/config-conventional": "^13.2.0", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.10.2", | ||
"@typescript-eslint/eslint-plugin": "^4.32.0", | ||
"@typescript-eslint/parser": "^4.32.0", | ||
"eslint": "^7.32.0", | ||
"husky": "^7.0.2", | ||
"jest": "^27.1.0", | ||
"jest-circus": "^27.1.0", | ||
"jest": "^27.2.4", | ||
"jest-circus": "^27.2.4", | ||
"lint-staged": "^11.1.2", | ||
"pinst": "^2.1.6", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.2" | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -57,0 +57,0 @@ "publishConfig": { |