-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 971 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
33
34
35
36
37
38
39
40
41
42
{
"name": "epitech.js",
"keywords": [
"epitech",
"intra",
"api",
"wrapper",
"typescript",
"types",
"intranet"
],
"version": "0.2.4",
"description": "Library to interact with the Epitech intranet",
"main": "out/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "rimraf out/examples",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/norech/epitech.js.git"
},
"author": "Norech <Alexis CHERON>",
"license": "MIT",
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.4.2"
},
"dependencies": {
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.10",
"date-fns": "^2.23.0",
"querystring": "^0.2.1",
"striptags": "^3.2.0"
},
"bugs": {
"url": "https://github.com/norech/epitech.js/issues"
},
"homepage": "https://github.com/norech/epitech.js#readme"
}