-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 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
42
43
44
45
46
47
48
49
{
"name": "@ezpaarse-project/ezmesure",
"version": "3.0.0",
"description": "a wrapper around ezmesure API",
"main": "index.js",
"bin": {
"ezmesure": "bin/ezmesure",
"ezm": "bin/ezmesure"
},
"engines": {
"node": ">=8.6.0"
},
"scripts": {
"test": "mocha test",
"lint": "eslint . --ext .js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inist-CNRS/node-ezmesure.git"
},
"keywords": [
"ezmesure",
"ezpaarse",
"analogist"
],
"author": "ezPAARSE Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Inist-CNRS/node-ezmesure/issues"
},
"homepage": "https://github.com/Inist-CNRS/node-ezmesure#readme",
"dependencies": {
"axios": "^1.4.0",
"chalk": "^4.1.2",
"enquirer": "^2.3.6",
"fs-extra": "^11.1.1",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.27.5",
"mocha": "^10.2.0"
}
}