-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 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
{
"name": "@onify/blueprint-servicenow-create-ticket",
"version": "0.0.1",
"description": "Onify Blueprint: Create incident in ServiceNow",
"scripts": {
"test": "mocha",
"posttest": "eslint . --cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onify/blueprint-servicenow-create-ticket.git"
},
"keywords": [
"onify",
"blueprint",
"servicenow"
],
"author": {
"name": "Onify",
"url": "https://github.com/onify"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/onify/blueprint-servicenow-create-ticket/issues"
},
"homepage": "https://github.com/onify/blueprint-servicenow-create-ticket#readme",
"devDependencies": {
"@onify/flow-validator": "0.0.2",
"chai": "^4.3.4",
"cron": "^1.8.2",
"eslint": "^8.2.0",
"mocha": "^9.1.3"
},
"files": [
"salesforce-generate-access-token.bpmn"
]
}