Skip to content

Commit

Permalink
chore: cleanup pkg json
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jul 15, 2023
1 parent 9276f82 commit 5f85d09
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,16 @@
"main": "build/index.js",
"type": "module",
"files": [
"index.ts",
"configure.ts",
"src",
"services",
"providers",
"factories",
"build/configure.js",
"build/configure.d.ts",
"build/configure.d.ts.map",
"build/index.js",
"build/index.d.ts",
"build/index.d.ts.map",
"build/src",
"build/services",
"build/providers",
"build/factories",
"build/stubs",
"build/index.d.ts",
"build/index.d.ts.map",
"build/index.js"
],
"exports": {
Expand All @@ -34,18 +25,18 @@
},
"scripts": {
"pretest": "npm run lint",
"test": "docker-compose build && docker-compose run --rm tests",
"quick:test": "node --experimental-import-meta-resolve --enable-source-maps --loader=ts-node/esm ./bin/test.ts",
"test": "c8 npm run quick:test",
"quick:test": "node --enable-source-maps --loader=ts-node/esm ./bin/test.ts",
"clean": "del-cli build",
"test:docker": "FORCE_COLOR=true node --loader=ts-node/esm ./bin/test.ts",
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile && npm run copyfiles",
"copy:templates": "copyfiles \"stubs/**/**/*.stub\" build",
"compile": "npm run lint && npm run clean && tsc && npm run copy:templates",
"build": "npm run compile",
"release": "np --message=\"chore(release): %s\"",
"version": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext=.ts",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/logger"
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/redis"
},
"devDependencies": {
"@adonisjs/core": "^6.1.5-8",
Expand All @@ -56,7 +47,7 @@
"@japa/expect-type": "2.0.0-0",
"@japa/file-system": "2.0.0-1",
"@japa/runner": "3.0.0-6",
"@swc/core": "^1.3.64",
"@swc/core": "^1.3.69",
"@types/node": "^20.4.2",
"copyfiles": "^2.4.1",
"del-cli": "^5.0.0",
Expand Down

0 comments on commit 5f85d09

Please sign in to comment.