Skip to content

Commit

Permalink
chore: cleanup dependencies and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 14, 2024
1 parent 2a4d747 commit 0c25748
Showing 1 changed file with 13 additions and 22 deletions.
35 changes: 13 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,18 @@
"scripts": {
"pretest": "npm run lint",
"test": "c8 npm run quick:test",
"prepublishOnly": "npm run build",
"clean": "del-cli build",
"lint": "eslint",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"precompile": "npm run lint && npm run clean",
"precompile": "npm run lint",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
"benchmark": "node --no-warnings --import=ts-node-maintained/register/esm benchmarks/index.ts",
"build": "npm run compile",
"release": "np",
"version": "npm run build",
"format": "prettier --write .",
"lint": "eslint",
"sync-labels": "github-label-sync --labels .github/labels.json poppinss/middleware",
"quick:test": "cross-env NODE_DEBUG=poppinss:middleware node --import=ts-node-maintained/register/esm bin/test.ts"
"prepublishOnly": "npm run build",
"release": "release-it",
"quick:test": "cross-env NODE_DEBUG=poppinss:middleware node --import=ts-node-maintained/register/esm bin/test.ts",
"benchmark": "node --import=ts-node-maintained/register/esm benchmarks/index.ts"
},
"keywords": [
"koa",
"middleware"
],
"author": "virk,poppinss",
"license": "MIT",
"devDependencies": {
"@adonisjs/eslint-config": "^2.0.0-beta.6",
"@adonisjs/prettier-config": "^1.4.0",
Expand All @@ -52,29 +44,28 @@
"benchmark": "^2.1.4",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"eslint": "^9.10.0",
"fastseries": "^2.0.0",
"github-label-sync": "^2.3.1",
"husky": "^9.1.5",
"np": "^10.0.7",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.2.4",
"typescript": "^5.6.2"
},
"directories": {
"test": "tests"
},
"homepage": "https://github.com/poppinss/middleware#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/middleware.git"
},
"bugs": {
"url": "https://github.com/poppinss/middleware/issues"
},
"homepage": "https://github.com/poppinss/middleware#readme",
"keywords": [
"middleware"
],
"author": "virk,poppinss",
"license": "MIT",
"publishConfig": {
"provenance": true
},
Expand Down

0 comments on commit 0c25748

Please sign in to comment.