forked from moneybutton/express-paymail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.54 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@moneybutton/express-paymail",
"version": "0.31.2",
"description": "Paymail Express implementation",
"main": "lib/index.js",
"scripts": {
"build": "babel --copy-files src -d lib",
"test": "mocha",
"lint": "standard --parser=babel-eslint",
"dev": "nodemon -w package.json -w src/ -x yarn build"
},
"repository": "https://github.com/moneybutton/yours",
"author": "Yours Inc.",
"license": "Open-BSV",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@moneybutton/config": "^0.31.2",
"@moneybutton/paymail-client": "^0.31.2",
"body-parser": "1.18.3",
"bsv": "^0.30.1",
"concurrently": "3.5.1",
"cors": "2.8.5",
"express": "4.17.1",
"express-async-handler": "1.1.3",
"http-status-codes": "1.3.0",
"isomorphic-fetch": "2.2.1",
"moment": "2.24.0",
"url-join": "4.0.0"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-transform-runtime": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/register": "7.5.5",
"@babel/runtime": "7.5.5",
"babel-eslint": "9.0.0",
"bdd-lazy-var": "2.5.1",
"component-emitter": "1.2.1",
"mocha": "6.2.0",
"nodemon": "1.18.9",
"sinon": "5.0.10",
"standard": "12.0.1",
"supertest": "3.1.0"
},
"standard": {
"globals": [
"afterEach",
"beforeEach",
"describe",
"it",
"def",
"subject"
],
"ignore": [
"public/moneybutton.js"
]
},
"gitHead": "3ac0d2f8bdcd9bbb7b9934b30e92380c6600c95a"
}