mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
feat: code
This commit is contained in:
commit
08f9fc8078
10 changed files with 505 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "classcharts-api",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"url": "https://github.com/jamesatjaminit/"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"undici": "^4.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"types": "./types/index.d.ts"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue