-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 981 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
{
"name": "skrape-react-v1",
"version": "1.1.2",
"description": "React Library for Skrape Payment Gateway",
"author": {
"name": "Skrape Developers",
"email": "owolabisamuel15@gmail.com",
"url": "https://skrape.io/"
},
"keywords": [
"react",
"hooks",
"react-hooks"
],
"main": "index.js",
"scripts": {
"build": "babel src --out-dir .",
"bump": "npm version",
"example": "cd example && yarn install && yarn package",
"prepublishOnly": "yarn build",
"watch": "nodemon --watch src --exec \"yarn build\""
},
"license": "MIT",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/samowolabi/skrape-react.git"
},
"bugs": {
"url": "https://github.com/samowolabi/skrape-react.git/issues"
},
"dependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"nodemon": "^2.0.12"
}
}