{ "name": "@puppeteer/ng-schematics", "version": "0.5.3", "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.1602.10", "@angular-devkit/core": "^16.2.10", "@angular-devkit/schematics": "^16.2.10" }, "devDependencies": { "@types/node": "^16.18.61", "@schematics/angular": "^16.2.10", "@angular/cli": "^16.2.10", "rxjs": "7.8.1" }, "files": [ "lib", "!*.tsbuildinfo" ], "ng-add": { "save": "devDependencies" }, "schematics": "./lib/schematics/collection.json", "builders": "./lib/builders/builders.json" }