1 | {
|
2 | "name": "snyk-sbt-plugin",
|
3 | "description": "Snyk CLI SBT plugin",
|
4 | "homepage": "https://github.com/snyk/snyk-sbt-plugin",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "https://github.com/snyk/snyk-sbt-plugin"
|
8 | },
|
9 | "files": [
|
10 | "dist",
|
11 | "scala"
|
12 | ],
|
13 | "directories": {
|
14 | "test": "test"
|
15 | },
|
16 | "main": "dist/index.js",
|
17 | "scripts": {
|
18 | "build": "tsc",
|
19 | "lint": "eslint --color --cache 'lib/**/*.{js,ts}'",
|
20 | "format": "prettier --write '{lib,test}/**/*.{js,ts}'",
|
21 | "prepare": "npm run build",
|
22 | "test": "jest --runInBand -b --testTimeout=200000"
|
23 | },
|
24 | "author": "snyk.io",
|
25 | "license": "Apache-2.0",
|
26 | "devDependencies": {
|
27 | "@types/jest": "^27.4.1",
|
28 | "@types/node": "6.14.6",
|
29 | "@typescript-eslint/eslint-plugin": "^5.45.1",
|
30 | "@typescript-eslint/parser": "^5.45.1",
|
31 | "eslint": "^8.29.0",
|
32 | "eslint-config-prettier": "^8.5.0",
|
33 | "eslint-plugin-jest": "^27.1.6",
|
34 | "eslint-plugin-prettier": "^4.2.1",
|
35 | "jest": "^27.5.1",
|
36 | "jest-junit": "^12.2.0",
|
37 | "prettier": "^2.8.0",
|
38 | "ts-jest": "^27.1.4",
|
39 | "ts-node": "^10.9.1",
|
40 | "typescript": "^4.7.4"
|
41 | },
|
42 | "dependencies": {
|
43 | "debug": "^4.1.1",
|
44 | "semver": "^6.1.2",
|
45 | "shescape": "1.6.1",
|
46 | "tmp": "^0.1.0",
|
47 | "tree-kill": "^1.2.2",
|
48 | "tslib": "^1.10.0"
|
49 | },
|
50 | "jest-junit": {
|
51 | "outputDirectory": "./coverage"
|
52 | },
|
53 | "version": "2.19.0"
|
54 | }
|