1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: use npm

This commit is contained in:
James Cook 2022-03-12 16:14:46 +00:00
parent 173a4077d4
commit 408482935a
4 changed files with 2743 additions and 982 deletions

View file

@ -8,7 +8,7 @@
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src",
"generateDocs": "npx typedoc --entryPointStrategy expand ./src",
"test": "echo do tests",
"prepublishOnly": "npm run build"
},
@ -24,7 +24,7 @@
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.10.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.5.1",
"typedoc": "^0.22.13",