-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 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
45
46
47
48
49
50
51
52
{
"name": "quickbooks-module-prodio",
"version": "1.0.2",
"description": "NPM Module for QBO Services",
"main": "lib/index.js",
"scripts": {
"build": ". scripts/build.sh",
"lint": "eslint --ext .js .",
"lintfix": "eslint --fix --ext .js .",
"prepublishOnly": "npm run build"
},
"pre-commit": {
"colors": true,
"run": [
"lint",
"test"
],
"silent": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProdioDesignWorks/quickbooks-module-prodio.git"
},
"keywords": [
"quickbooks",
"business"
],
"author": "Shashikant Sharma <shashikant@prodio.in> (http://prodio.in/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProdioDesignWorks/quickbooks-module-prodio/issues"
},
"homepage": "https://github.com/ProdioDesignWorks/quickbooks-module-prodio#readme",
"dependencies": {
"axios": "^0.19.0",
"braces": "^2.3.1",
"flatted": "^2.0.0",
"http-errors": "^1.7.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-security": "^1.4.0"
}
}