1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

style: prettier

This commit is contained in:
James Cook 2022-01-31 22:32:29 +00:00
parent 0be975389b
commit 0801d3aae0
10 changed files with 529 additions and 492 deletions

View file

@ -7,24 +7,25 @@
},
"main": "./dist/index.js",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src",
"test": "echo TEST"
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src"
},
"author": "",
"license": "ISC",
"dependencies": {
"undici": "^4.11.3"
"undici": "^4.13.0"
},
"files": [
"dist/**"
],
"devDependencies": {
"@types/node": "^16.11.12",
"dotenv": "^10.0.0",
"typedoc": "^0.22.10",
"typescript": "^4.5.3"
"@types/node": "^17.0.13",
"prettier": "^2.5.1",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
},
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"volta": {
"node": "16.13.2"
}
}