build: removing unnecessary package.json fields

This commit is contained in:
psyko-gh
2024-08-23 18:35:52 +02:00
parent 1f95f038d2
commit 02fd71799b

View File

@@ -2,12 +2,10 @@
"name": "overcrawlrr",
"version": "0.0.1",
"description": "",
"author": "psyko-gh",
"license": "MIT",
"private": true,
"main": "./build/index.js",
"npmPublish": false,
"files": [
".build/**/*"
],
"scripts": {
"prepare": "node .husky/install.mjs",
"build": "tsc && tsc-alias",
@@ -18,8 +16,6 @@
"start": "tsx src/index.ts",
"test": "jest"
},
"author": "psyko-gh",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",