UNPKG

797 BJSONView Raw
1{
2 "name": "@snyk/cli-interface",
3 "description": "Snyk CLI interface definitions",
4 "homepage": "https://github.com/snyk/snyk-cli-interface",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/snyk/snyk-cli-interface"
8 },
9 "main": "index.js",
10 "files": [
11 "**/*.d.ts",
12 "**/*.js",
13 "**/*.js.map"
14 ],
15 "scripts": {
16 "build": "tsc",
17 "lint": "tslint --project tsconfig.json --format stylish",
18 "prepare": "npm run build",
19 "test": "npm run build && npm run lint"
20 },
21 "author": "snyk.io",
22 "license": "Apache-2.0",
23 "devDependencies": {
24 "@snyk/dep-graph": "^1",
25 "tslint": "^6",
26 "typescript": "^3"
27 },
28 "dependencies": {
29 "@types/graphlib": "^2"
30 },
31 "peerDependencies": {
32 "@snyk/dep-graph": "^1"
33 },
34 "version": "2.11.3"
35}