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:
parent
0be975389b
commit
0801d3aae0
10 changed files with 529 additions and 492 deletions
19
package.json
19
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue