chore: package version

This commit is contained in:
MARCROCK22 2024-08-23 05:18:01 +00:00
parent d9aa4a56d0
commit 330b840b10

View File

@ -1,65 +1,65 @@
{ {
"name": "seyfert", "name": "seyfert",
"version": "1.5.0", "version": "2.0.0",
"description": "The most advanced framework for discord bots", "description": "The most advanced framework for discord bots",
"main": "./lib/index.js", "main": "./lib/index.js",
"module": "./lib/index.js", "module": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"files": [ "files": [
"lib/**" "lib/**"
], ],
"scripts": { "scripts": {
"build": "tsc --outDir ./lib", "build": "tsc --outDir ./lib",
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
"prepare": "npm run build && husky", "prepare": "npm run build && husky",
"lint": "biome lint --write ./src", "lint": "biome lint --write ./src",
"format": "biome format --write ./src", "format": "biome format --write ./src",
"check-h": "biome check --write ./src", "check-h": "biome check --write ./src",
"check": "biome check --write --no-errors-on-unmatched ./src" "check": "biome check --write --no-errors-on-unmatched ./src"
}, },
"author": "MARCROCK22", "author": "MARCROCK22",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.8.3", "@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.0", "@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2", "@commitlint/config-conventional": "^19.2.2",
"@types/node": "^22.5.0", "@types/node": "^22.5.0",
"husky": "^9.1.5", "husky": "^9.1.5",
"lint-staged": "^15.2.9", "lint-staged": "^15.2.9",
"typescript": "^5.5.4" "typescript": "^5.5.4"
}, },
"homepage": "https://seyfert.dev", "homepage": "https://seyfert.dev",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/tiramisulabs/seyfert.git" "url": "git+https://github.com/tiramisulabs/seyfert.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/tiramisulabs/seyfert" "url": "https://github.com/tiramisulabs/seyfert"
}, },
"keywords": [ "keywords": [
"api", "api",
"discord", "discord",
"bots", "bots",
"typescript", "typescript",
"botdev" "botdev"
], ],
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "socram03", "name": "socram03",
"url": "https://github.com/socram03" "url": "https://github.com/socram03"
} }
], ],
"contributors": [ "contributors": [
{ {
"name": "Free 公園", "name": "Free 公園",
"url": "https://github.com/FreeAoi" "url": "https://github.com/FreeAoi"
}, },
{ {
"name": "David", "name": "David",
"url": "https://github.com/Drylozu" "url": "https://github.com/Drylozu"
} }
] ]
} }