{ "name": "@puppeteer/ng-schematics", "version": "0.5.4", "description": "Puppeteer Angular schematics", "scripts": { "build": "wireit", "clean": "../../tools/clean.js", "dev:test": "npm run test --watch", "dev": "npm run build --watch", "sandbox:test": "node tools/sandbox.js --test", "sandbox": "node tools/sandbox.mjs", "test": "wireit", "test:smoke": "wireit" }, "wireit": { "build": { "command": "tsc -b && node tools/copySchemaFiles.js", "clean": "if-file-deleted", "files": [ "tsconfig.json", "tsconfig.spec.json", "src/**", "test/src/**" ], "output": [ "lib/**", "test/build/**", "*.tsbuildinfo" ] }, "test": { "command": "mocha", "dependencies": [ "build" ] }, "test:smoke": { "command": "node ./tools/smoke.mjs", "dependencies": [ "build" ] } }, "keywords": [ "angular", "puppeteer", "schematics" ], "repository": { "type": "git", "url": "https://github.com/puppeteer/puppeteer/tree/main/packages/ng-schematics" }, "author": "The Chromium Authors", "license": "Apache-2.0", "engines": { "node": ">=16.13.2" }, "dependencies": { "@angular-devkit/architect": "^0.1700.6", "@angular-devkit/core": "^17.0.6", "@angular-devkit/schematics": "^17.0.6" }, "devDependencies": { "@types/node": "^16.18.61", "@schematics/angular": "^17.0.6", "@angular/cli": "^17.0.6", "rxjs": "7.8.1" }, "files": [ "lib", "!*.tsbuildinfo" ], "ng-add": { "save": "devDependencies" }, "schematics": "./lib/schematics/collection.json", "builders": "./lib/builders/builders.json" }