| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "@os-tools/npm-dependency-tree",
- "version": "1.2.0",
- "description": "",
- "main": "index.js",
- "bin": {
- "npm-dependency-tree": "./bin/cli.js"
- },
- "scripts": {
- "start": "ts-node dependency-tree.ts",
- "build": "tsc",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "node-fetch": "^2.6.1",
- "yargs": "^16.2.0"
- },
- "devDependencies": {
- "@types/node": "^14.14.41",
- "@types/node-fetch": "^2.5.10",
- "@types/yargs": "^16.0.1",
- "ts-node": "^9.1.1",
- "typescript": "^4.2.4"
- },
- "publishConfig": {
- "registry": "https://npm.bodicsek.host"
- }
- }
|