-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 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
46
47
48
49
50
51
52
53
{
"name": "@workflowd1/workflow-sdk",
"version": "2.1.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepare": "yarn run build",
"build": "tsc",
"test": "node japaFile.js",
"coverage": "nyc npm run test"
},
"keywords": [
"sdk",
"workflow",
"altu",
"smarkio",
"d1",
"siebel"
],
"author": "Emerson-Valentim",
"license": "MIT",
"dependencies": {
"@workflowd1/workflow-sdk": "^2.1.2",
"axios": "^0.21.1",
"redis": "^3.1.2",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/redis": "^2.8.31",
"@types/sinon": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-prettier": "^3.4.1",
"japa": "^3.1.1",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"sinon": "^11.1.2",
"ts-node": "^10.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WorkflowD1/workflow-sdk.git"
},
"bugs": {
"url": "https://github.com/WorkflowD1/workflow-sdk/issues"
},
"homepage": "https://github.com/WorkflowD1/workflow-sdk#readme",
"description": ""
}