UNPKG

snyk-sbt-plugin

Version:
55 lines (54 loc) 1.36 kB
{ "name": "snyk-sbt-plugin", "description": "Snyk CLI SBT plugin", "homepage": "https://github.com/snyk/snyk-sbt-plugin", "repository": { "type": "git", "url": "https://github.com/snyk/snyk-sbt-plugin" }, "files": [ "dist", "scala" ], "directories": { "test": "test" }, "main": "dist/index.js", "scripts": { "build": "tsc", "lint": "eslint --color --cache 'lib/**/*.{js,ts}'", "format": "prettier --write '{lib,test}/**/*.{js,ts}'", "prepare": "npm run build", "test": "jest --runInBand -b --testTimeout=200000" }, "author": "snyk.io", "license": "Apache-2.0", "devDependencies": { "@types/jest": "^27.4.1", "@types/node": "6.14.6", "@typescript-eslint/eslint-plugin": "^5.45.1", "@typescript-eslint/parser": "^5.45.1", "eslint": "^8.29.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.1.6", "eslint-plugin-prettier": "^4.2.1", "jest": "^27.5.1", "jest-junit": "^12.2.0", "prettier": "^2.8.0", "ts-jest": "^27.1.4", "ts-node": "^10.9.1", "typescript": "^4.7.4" }, "dependencies": { "debug": "^4.1.1", "semver": "^6.1.2", "shescape": "1.6.1", "tmp": "^0.1.0", "tree-kill": "^1.2.2", "tslib": "^1.10.0" }, "jest-junit": { "outputDirectory": "./coverage" }, "version": "2.19.0" }