-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
41
42
43
44
{
"name": "fairsharing-api-client",
"version": "0.0.1-alpha.0",
"description": "The official Javascript FAIRSharing API client",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "jest",
"doc": "jsdoc -c doc/doc.conf.json -R README.md",
"doc:private": "jsdoc -c doc/doc.conf.json -R README.md -p",
"test:unit": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAIRsharing/FAIRSharing-API-Client.git"
},
"keywords": [
"FAIRsharing",
"Client",
"API"
],
"author": "Dominique Batista <dominique.batista@oerc.ox.ac.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FAIRsharing/FAIRSharing-API-Client/issues"
},
"homepage": "https://github.com/FAIRsharing/FAIRSharing-API-Client#readme",
"dependencies": {
"axios": "^0.22.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"babel-jest": "26.3.0",
"jest": "^27.2.4",
"jsdoc": "^3.6.7",
"terser-webpack-plugin": "^5.2.4",
"tui-jsdoc-template": "1.2.2",
"webpack": "^5.56.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0"
}
}