This commit is contained in:
Joel Male
2022-11-10 22:40:17 +10:00
parent 852bbaa622
commit 1143d5b401
231 changed files with 122 additions and 24728 deletions
+5 -4
View File
@@ -5,9 +5,12 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc --build --clean && ncc build src/main.ts -o dist",
"format": "prettier --write **/*.ts",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map"
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
"repository": {
"type": "git",
@@ -27,13 +30,11 @@
"node-fetch": "^3.2.10"
},
"devDependencies": {
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@typescript-eslint/parser": "^5.42.1",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.27.0",
"eslint-plugin-github": "^4.4.1",
"eslint-plugin-jest": "^27.1.4",
"https": "^1.0.0",
"js-yaml": "^4.1.0",
"prettier": "2.7.1",