-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
33
34
35
36
37
38
39
40
{
"name": "hebece",
"version": "0.2.4",
"description": "Library for interacting with eduVULCAN's mobile API in made in node.js ",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -r ./bin",
"type": "cp ./src/types.d.ts ./bin/",
"test": "npm run clean && npm run build && npm run type",
"upload": "npm run clean && npm run build && npm run type && npm publish"
},
"keywords": [],
"author": "motylek",
"repository": {
"type": "git",
"url": "https://github.com/hypedevss/hebece"
},
"license": "ISC",
"dependencies": {
"buffer": "^6.0.3",
"cheerio": "^1.0.0",
"jose": "^5.9.4",
"moment": "^2.30.1",
"node-forge": "^1.3.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/cheerio": "^0.22.35",
"@types/node": "^22.7.7",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
}
}