-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.45 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
{
"name": "link-action-sandbox",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get your application up and running.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha 'src/specs/**/*.js' --recursive --timeout 60000 --exit",
"lint": "eslint testData",
"testla": "mocha 'src/tests/*.js' --recursive --timeout 60000 --exit"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:tracelink/xtt-link-actions-sandbox.git"
},
"author": "Bhushan Manore",
"license": "ISC",
"bugs": {
"url": "https://github.com/tracelink/xtt-link-actions-sandbox/issues"
},
"homepage": "https://github.com/tracelink/xtt-link-actions-sandbox/",
"dependencies": {
"ajv": "^8.12.0",
"ajv-draft-04": "^1.0.0",
"chai": "^5.0.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.1",
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"figlet": "^1.7.0",
"genson-js": "^0.0.8",
"js-beautify": "^1.14.11",
"json-schema-generator": "^2.0.6",
"jsonpath-plus": "^4.0.0",
"jsrsasign": "^11.0.0",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"morgan": "^1.10.0",
"sync-request": "^6.1.0",
"winston": "^3.11.0",
"express": "^4.19.2",
"jest": "^29.7.0"
}
}