-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 845 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "edulinkone-api",
"version": "1.1.7",
"description": "A custom-built unofficial api for OvernetData's Edulinkone",
"homepage": "https://github.com/chopster44/edulinkone-api#readme",
"bugs": {
"url": "https://github.com/chopster44/edulinkone-api/issues"
},
"keywords": [
"edulink",
"edulinkone",
"api",
"edulink-overnet-data",
"school",
"edulinkone-overnetdata"
],
"scripts": {
"dev": "yarn build; yarn start",
"build": "tsc",
"start": "node build/index.js",
"test": "node build/tests/index.test.js"
},
"repository": "https://github.com/chopster44/edulinkone-api.git",
"author": "chopster44 <oscar@chopster44.com>",
"license": "MIT",
"dependencies": {
"@types/node": "^18.15.1",
"typescript": "^4.9.5"
},
"main": "build/index.js",
"type": "module"
}