diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc60..2312dc587 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx lint-staged diff --git a/package.json b/package.json index 8a14370ae..701c64565 100644 --- a/package.json +++ b/package.json @@ -1,69 +1,28 @@ { "name": "openisle", "version": "1.0.0", + "private": true, "description": "
", - "main": "index.js", - "dependencies": { - "ansi-escapes": "^7.0.0", - "ansi-regex": "^6.1.0", - "ansi-styles": "^6.2.1", - "braces": "^3.0.3", - "chalk": "^5.5.0", - "cli-cursor": "^5.0.0", - "cli-truncate": "^4.0.0", - "colorette": "^2.0.20", - "commander": "^14.0.0", - "debug": "^4.4.1", - "emoji-regex": "^10.4.0", - "environment": "^1.1.0", - "eventemitter3": "^5.0.1", - "fill-range": "^7.1.1", - "get-east-asian-width": "^1.3.0", - "is-fullwidth-code-point": "^4.0.0", - "is-number": "^7.0.0", - "lilconfig": "^3.1.3", - "listr2": "^9.0.1", - "log-update": "^6.1.0", - "micromatch": "^4.0.8", - "mimic-function": "^5.0.1", - "ms": "^2.1.3", - "nano-spawn": "^1.0.2", - "onetime": "^7.0.0", - "picomatch": "^2.3.1", - "pidtree": "^0.6.0", - "restore-cursor": "^5.1.0", - "rfdc": "^1.4.1", - "signal-exit": "^4.1.0", - "slice-ansi": "^5.0.0", - "string-argv": "^0.3.2", - "string-width": "^7.2.0", - "strip-ansi": "^7.1.0", - "to-regex-range": "^5.0.1", - "wrap-ansi": "^9.0.0", - "yaml": "^2.8.1" + "author": "nagisa77", + "license": "ISC", + "homepage": "https://www.open-isle.com", + "repository": { + "type": "git", + "url": "git+https://github.com/nagisa77/OpenIsle.git" + }, + "bugs": { + "url": "https://github.com/nagisa77/OpenIsle/issues" + }, + "keywords": [], + "scripts": { + "prepare": "husky" }, "devDependencies": { "husky": "^9.1.7", "lint-staged": "^16.1.5", "prettier": "^3.6.2" }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "prepare": "husky" - }, "lint-staged": { "frontend_nuxt/**/*": "prettier --write --cache --ignore-unknown" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/nagisa77/OpenIsle.git" - }, - "keywords": [], - "author": "", - "license": "ISC", - "type": "commonjs", - "bugs": { - "url": "https://github.com/nagisa77/OpenIsle/issues" - }, - "homepage": "https://github.com/nagisa77/OpenIsle#readme" -} + } +} \ No newline at end of file