-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1010 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": "ami-http-client",
"description": "AMI HTTP Client",
"author": "The AMI Team, Jerome Odier <[email protected]>",
"license": "CECILL-C",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build-dev": "webpack --mode development",
"build-prod": "webpack --mode production"
},
"keywords": [
"AMI",
"AWF",
"ATLAS",
"Metadata",
"Interface",
"ATLAS Metadata Interface"
],
"repository": {
"type": "git",
"url": "https://github.com/ami-team/AMIHTTPClientJS/"
},
"homepage": "https://github.com/ami-team/AMIHTTPClientJS/",
"dependencies": {
"jspath": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"babel-loader": "^8.2.5",
"eslint": "^8.24.0",
"eslint-webpack-plugin": "^3.2.0",
"jsdoc": "^3.6.11",
"jsdoc-webpack-plugin": "^0.3.0",
"terser-webpack-plugin": "^5.3.6",
"string-replace-loader": "^3.1.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}