UNPKG

1.48 kBJSONView Raw
1{
2 "name": "dotnet-deps-parser",
3 "description": "Generate a dep tree given a collection of manifests",
4 "main": "dist/index.js",
5 "scripts": {
6 "test": "npm run lint && npm run test:tap && npm run test:jest",
7 "test:tap": "npm run build && tap test/lib/**/*.test.ts -Rspec --timeout=300",
8 "test:jest": "jest",
9 "lint": "npm run format:check && tslint -p tsconfig.json",
10 "build": "tsc",
11 "build-watch": "tsc -w",
12 "prepare": "npm run build",
13 "format:check": "prettier --check '{test,lib}/**/*.{js,ts}' && tslint -p tsconfig.json",
14 "format": "prettier --write '{test,lib}/**/*.{js,ts}' && tslint -p tsconfig.json --fix"
15 },
16 "types": "./dist/index.d.ts",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/snyk/dotnet-deps-parser.git"
20 },
21 "author": "snyk.io",
22 "license": "Apache-2.0",
23 "engines": {
24 "node": ">=8"
25 },
26 "files": [
27 "bin",
28 "dist"
29 ],
30 "homepage": "https://github.com/snyk/dotnet-deps-parser#readme",
31 "dependencies": {
32 "lodash.isempty": "^4.4.0",
33 "lodash.set": "^4.3.2",
34 "lodash.uniq": "^4.5.0",
35 "source-map-support": "^0.5.7",
36 "tslib": "^1.10.0",
37 "xml2js": "0.4.23"
38 },
39 "devDependencies": {
40 "@types/jest": "^23.3.2",
41 "@types/node": "^8.10.61",
42 "@types/xml2js": "0.4.5",
43 "jest": "23.6.0",
44 "prettier": "^2.4.1",
45 "tap": "^14.10.7",
46 "ts-jest": "^23.10.1",
47 "tslint": "5.11.0",
48 "typescript": "3.7.3"
49 },
50 "version": "5.2.0"
51}