{ "name": "@nclazz/depresolve", "version": "1.0.0", "description": "Track dependencies in any project", "main": "./dist/index.js", "bin": { "depresolve": "./dist/cli/index.js" }, "author": "Niclas Thobaben", "license": "MIT", "publishConfig": { "registry": "https://nexus.nclazz.de/repository/npm_releases/" }, "scripts": { "test": "jest", "build": "rimraf ./dist && tsc", "build:ci": "yarn build && yarn test", "publish:ci": "yarn publish --non-interactive", "registry:login": "npm-cli-login" }, "dependencies": { "axios": "^1.2.0", "dotenv": "^16.0.3", "prettier": "^2.8.0", "yargs": "^17.6.2" }, "devDependencies": { "@types/jest": "^23.3.7", "@types/node": "^18.7.1", "@types/node-fetch": "^2.6.2", "esbuild": "^0.15.15", "esbuild-jest": "^0.5.0", "jest": "^28.1.3", "jest-junit": "^14.0.0", "npm-cli-login": "^1.0.0", "rimraf": "^3.0.2", "ts-loader": "^9.3.1", "ts-node": "^10.9.1", "tslint": "^5.10.0", "typescript": "^4.7.4" }, "files": [ "dist/**" ] }