UNPKG

snyk-paket-parser

Version:

Generate a dep tree given a collection of manifests

47 lines (46 loc) 1.07 kB
{ "name": "snyk-paket-parser", "description": "Generate a dep tree given a collection of manifests", "main": "dist/index.js", "scripts": { "test": "jest", "lint": "tslint -p tsconfig.json", "format": "tslint -p tsconfig.json --fix", "build": "tsc", "build-watch": "tsc -w", "prepare": "npm run build" }, "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/snyk/snyk-paket-parser.git" }, "author": "snyk.io", "license": "Apache-2.0", "engines": { "node": ">=8" }, "files": [ "dist" ], "homepage": "https://github.com/snyk/snyk-paket-parser#readme", "bugs": { "url": "https://github.com/snyk/snyk-paket-parser/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "tslib": "^1.9.3" }, "devDependencies": { "@types/jest": "^25.2.3", "@types/node": "^12.20.55", "ts-node": "^8.10.2", "tslint": "^6.1.3", "typescript": "^3.9.10", "jest": "^25.5.4", "ts-jest": "^25.5.1" }, "version": "1.7.0" }