UNPKG

ng-forever

Version:

Angular optimization and convention checker that helps you find and fix common issues in your Angular applications.

56 lines (55 loc) 1.32 kB
{ "name": "ng-forever", "version": "1.2.5", "description": "Angular optimization and convention checker that helps you find and fix common issues in your Angular applications.", "main": "src/index.js", "bin": { "ng-forever": "./bin/cli.js" }, "scripts": { "start": "tsc && node ./dist/index.js", "build": "tsc", "test": "node ./dist/index.js" }, "files": [ "bin/", "src/" ], "keywords": [ "angular", "ngfor", "trackby", "performance", "analyzer", "cli" ], "author": "Avishai Dotan", "license": "MIT", "engines": { "node": ">=12.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/avishaidotan/ngForever.git" }, "bugs": { "url": "https://github.com/avishaidotan/ngForever/issues" }, "homepage": "https://github.com/avishaidotan/ngForever#readme", "devDependencies": { "@types/inquirer": "^9.0.7", "@types/node": "^22.13.1", "@types/open": "^6.1.0", "@types/semver": "^7.5.8", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "dependencies": { "@types/puppeteer": "^5.4.7", "chalk": "^5.4.1", "handlebars": "^4.7.8", "inquirer": "^12.4.1", "puppeteer": "^24.2.0", "semver": "^7.7.1" } }