build: npm init ava

This commit is contained in:
Edmund Miller 2022-11-12 21:51:45 -06:00 committed by Thomas A. Christensen II
parent c976e6b883
commit 78e7fadd20
2 changed files with 2422 additions and 1 deletions

2420
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license LICENSE",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "ava",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
"repository": {
@ -35,6 +35,7 @@
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "^5.42.1",
"@vercel/ncc": "^0.34.0",
"ava": "^5.0.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-github": "^4.4.1",