-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "@gradepotential/payconex",
"version": "0.0.5",
"description": "payconex api wrapper",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "babel --presets=es2015,es2016,es2017,stage-3 src --out-dir dist",
"start": "babel-node --presets=es2015,es2016,es2017,stage-3 test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gradepotential/payconex-node.git"
},
"author": "Eric Wyne <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gradepotential/payconex-node/issues"
},
"homepage": "https://github.com/gradepotential/payconex-node#readme",
"dependencies": {
"camelcase-keys": "^4.1.0",
"node-fetch": "^1.7.2",
"prop-types": "^15.5.10",
"ramda": "^0.23.0",
"sftp-promises": "^1.4.2",
"to-snake-case": "^1.0.0",
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^7.2.0"
}
}