-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 952 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
{
"name": "@ezpaarse-project/ezpaarse",
"version": "3.0.0",
"description": "a node wrapper for ezPAARSE",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"keywords": [
"ezpaarse"
],
"author": "ezTeam",
"license": "CeCILL",
"dependencies": {
"axios": "^1.4.0",
"chalk": "^4.1.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezpaarse-project/node-ezpaarse.git"
},
"bugs": {
"url": "https://github.com/ezpaarse-project/node-ezpaarse/issues"
},
"homepage": "https://github.com/ezpaarse-project/node-ezpaarse#readme",
"bin": {
"ezp": "bin/ezp"
}
}