This commit is contained in:
MapleLeaf
2021-12-08 01:16:49 -06:00
parent fd8b44a618
commit c0aa4ee108
3 changed files with 161 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
},
"scripts": {
"build": "tsup-node src/main.ts --target node16 --format cjs,esm --dts",
"test": "ava",
"test": "c8 ava",
"lint": "eslint --ext js,ts,tsx .",
"lint-fix": "npm run lint -- --fix",
"format": "prettier --write .",
@@ -30,6 +30,7 @@
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"ava": "^4.0.0-rc.1",
"c8": "^7.10.0",
"esbuild-node-loader": "^0.6.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",