forked from pajenterprisesllc/remote-pay-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "remote-pay-cloud",
"version": "4.0.5",
"description": "Access Clover devices through the cloud.",
"keywords": [
"clover",
"remotepay",
"POS",
"websocket",
"payment"
],
"bugs": {
"url": "https://github.com/clover/remote-pay-cloud/issues"
},
"license": "ISC",
"author": {
"name": "clover-sdk",
"email": "[email protected]",
"url": "http://www.clover.com"
},
"main": "index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/clover/remote-pay-cloud"
},
"scripts": {
"build": "gulp",
"updateVersion": "scripts/postversion.sh \"$npm_package_version\"",
"dev-publish": "npm version prerelease --no-git-tag-version && npm publish --tag dev",
"test": "mocha test/unit-tests --exit"
},
"dependencies": {
"eventemitter3": "4.0.7",
"remote-pay-cloud-api": "4.0.4"
},
"devDependencies": {
"@types/node": "12.6.8",
"chai": "4.2.0",
"del": "2.2.2",
"gulp": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-typedoc": "2.2.5",
"gulp-typescript": "6.0.0-alpha.1",
"jsdoc": "3.6.6",
"merge2": "1.4.1",
"mocha": "8.2.1",
"path": "0.12.7",
"ts-loader": "3.0.5",
"typedoc": "0.19.2",
"typescript": "3.9.7",
"webpack-stream": "6.1.1"
}
}