Skip to content

Commit

Permalink
restore more
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 3, 2024
1 parent 4de30e0 commit 3e1b876
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,22 @@
"licensee"
],
"devDependencies": {
"rimraf": "^4.3.1",
"aud": "^2.0.4",
"rimraf": "^3.0.2",
"run-parallel": "^1.2.0",
"spawn-sync": "^2.0.0",
"standard": "^17.1.0",
"standard": "^14.3.4",
"tap": "^16.3.0"
},
"license": "Apache-2.0",
"repository": "jslicense/licensee.js",
"scripts": {
"licenses": "./licensee --errors-only",
"lint": "standard index.js licensee test/**/test.js",
"lint": "standard index.js licensee tests/**/*.js",
"pretest": "npm run lint",
"tests-only": "tap --no-check-coverage tests/unit.test.js tests/**/test.js",
"test": "npm run tests-only",
"posttest": "npx 'npm@>=10.2' audit --production"
"posttest": "aud --production"
},
"engines": {
"node": ">= 14.17"
Expand Down

0 comments on commit 3e1b876

Please sign in to comment.