{ "name": "packwatch", "version": "0.0.0", "main": "dist/cli.js", "description": "📦👀 Keep an eye on your packages' footprint", "keywords": [ "npm", "footprint", "package size", "package", "publish", "dependencies" ], "homepage": "https://github.com/mcataford/packwatch#readme", "bugs": { "url": "https://github.com/mcataford/packwatch/issues", "email": "c.marcandre@gmail.com" }, "author": "Marc Cataford ", "license": "MIT", "files": [ "dist/*.js" ], "bin": "./dist/cli.js", "repository": { "type": "git", "url": "https://github.com/mcataford/packwatch.git" }, "scripts": { "prepack": "yarn build", "prebuild": "rm -rf dist", "build": "tsc --project .", "lint": "eslint tests/**/*.ts src/**/*.ts", "lint:fix": "yarn lint --fix", "test": "jest tests", "test:watch": "yarn test --watchAll", "test:coverage": "yarn test --coverage", "types": "tsc --noEmit src/**/*.ts", "types:watch": "yarn types --watch" }, "devDependencies": { "@tophat/eslint-config": "^6.0.1", "@types/jest": "^29.5.0", "@types/node": "^18.15.5", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", "eslint": "^8.36.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-node": "^0.3.7", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.5.0", "prettier": "^2.8.5", "ts-jest": "^29.0.5", "typescript": "^4.3.0" } }