-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·33 lines (33 loc) · 1006 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
{
"name": "@progresskinvey/kinvey-datalink-errors",
"version": "0.3.5",
"description": "Error mapping for Datalink Connectors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "Kinvey/kinvey-datalink-errors"
},
"engines": {
"node": "= 0.10.x"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-kinvey-platform": "0.1.6",
"eslint-plugin-import": "2.26.0",
"jscpd": "3.4.5",
"mocha": "9.2.2",
"should": "13.2.3"
},
"scripts": {
"pretest": "npm run lint",
"lint": "./node_modules/.bin/eslint lib test *.js --color",
"test": "npm run test-unit && npm run test-integration",
"test-code-clone": "jscpd lib -f javascript -r time,consoleFull,console -x 2000 -z 100kb -t 4.9",
"test-unit": "mocha test/unit/*/*",
"test-integration": "echo \"No integration tests available for the moment\"",
"test-npm-security": "npm audit --production --audit-level=high"
},
"dependencies": {
"fix": "0.0.6"
}
}