-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
{
"name": "remote-pay-cloud-api",
"version": "4.0.5",
"description": "API objects for the remote-pay cloud only. Includes objects used in serialization, and the ICloverConnector and ICloverConnectorListener",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "gulp",
"doc": "scripts/generateDocs.sh",
"updateVersion": "scripts/postversion.sh \"$npm_package_version\"",
"dev-publish": "npm version prerelease --no-git-tag-version && npm publish --tag dev"
},
"repository": {
"type": "git",
"build": "gulp",
"url": "https://github.com/clover/remote-pay-cloud-api.git"
},
"keywords": [
"clover",
"remotepay",
"POS",
"payment"
],
"author": {
"name": "clover-sdk",
"email": "sdk@clover.com",
"url": "http://www.clover.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/clover/remote-pay-cloud-api/issues"
},
"devDependencies": {
"@types/node": "15.6.1",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-typescript": "6.0.0-alpha.1",
"jsdoc": "3.6.6",
"typescript": "3.5.3",
"jshint": "2.12.0",
"gulp-jshint": "2.1.0",
"webpack-stream": "6.1.1"
},
"homepage": "https://github.com/clover/remote-pay-cloud-api#readme"
}