-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 989 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
38
39
{
"name": "sandworm-jest",
"version": "1.5.0",
"description": "Security Snapshot Testing Inside Your Jest Test Suite 🪱",
"main": "setup/index.js",
"scripts": {
"lint": "yarn eslint ./setup/ ./setupFiles/ ./teardown/",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandworm-hq/sandworm-jest.git"
},
"keywords": [
"jest",
"security",
"audit",
"dependencies",
"sandbox",
"harden"
],
"author": "Sandworm <[email protected]>",
"license": "MIT",
"homepage": "https://sandworm.dev",
"dependencies": {
"sandworm-utils": "1.9.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"eslint": "^8.23.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"prettier": "^2.7.1"
}
}