-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 KB
/
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
{
"name": "open-polito-api",
"version": "1.1.6",
"description": "An open source API for Politecnico di Torino.",
"main": "./lib/index.js",
"license": "AGPL-3.0-or-later",
"files": [
"lib/**/*"
],
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1",
"make-docs": "cd docs/ && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Open-Polito/open-polito-api.git"
},
"author": "",
"bugs": {
"url": "https://github.com/github.com/Open-Polito/open-polito-api/issues"
},
"homepage": "https://github.com/github.com/Open-Polito/open-polito-api#readme",
"dependencies": {
"date-format-parse": "^0.2.7",
"isomorphic-unfetch": "^3.1.0",
"node-fetch": "^3.0.0",
"typescript": "^4.4.3",
"utility-types": "^3.10.0",
"uuid": "^8.3.2",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.1",
"@types/node": "^16.10.2",
"@types/node-fetch": "^3.0.3",
"@types/uuid": "^8.3.4",
"eslint": "^7.32.0",
"eslint-plugin-jsdoc": "^37.7.1"
}
}