-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
50 lines (50 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
42
43
44
45
46
47
48
49
50
{
"name": "ovoid",
"version": "2.2.1",
"description": "Un-Official ovoid API Wrapper for NodeJS",
"main": "dist",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "babel src -d dist",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apriady/ovoid-nodejs.git"
},
"keywords": [
"ovo",
"ovoid",
"payment-gateway",
"indonesia"
],
"author": "Achmad Apriady <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apriady/ovoid-nodejs/issues"
},
"homepage": "https://github.com/apriady/ovoid-nodejs#readme",
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.4",
"@babel/preset-env": "^7.15.4",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
"dependencies": {
"constants": "0.0.2",
"crypto": "^1.0.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"uuid": "^3.3.3"
}
}