skola24-node
Version:
Library that provides convenient access to the Skola24 API.
36 lines • 776 B
JSON
{
"name": "skola24-node",
"version": "1.0.4",
"description": "Library that provides convenient access to the Skola24 API.",
"exports": "./dist/main.js",
"main": "./dist/main.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"keywords": [
"skola24",
"school",
"api",
"client",
"schedule"
],
"license": "",
"dependencies": {
"axios": "^1.6.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nozzelozze/skola24-node.git"
},
"author": "nozzelozze",
"bugs": {
"url": "https://github.com/nozzelozze/skola24-node/issues"
},
"homepage": "https://github.com/nozzelozze/skola24-node#readme",
"devDependencies": {
"rimraf": "^5.0.7"
}
}