{ "name": "@puppeteer/ng-schematics", "version": "0.2.0", "description": "Puppeteer Angular schematics", "scripts": { "build": "wireit", "clean": "tsc -b --clean && rm -rf lib && rm -rf test/build", "dev:test": "npm run test --watch", "dev": "npm run build --watch", "test": "wireit", "sandbox": "node tools/sandbox.js" }, "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/**" ] }, "test": { "command": "mocha", "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.3.0" }, "dependencies": { "@angular-devkit/architect": "^0.1600.2", "@angular-devkit/core": "^16.0.1", "@angular-devkit/schematics": "^15.2.7" }, "devDependencies": { "@types/node": "^16.11.7", "@schematics/angular": "^14.2.8", "@angular/cli": "^15.2.2" }, "files": [ "lib", "!*.tsbuildinfo" ], "ng-add": { "save": "devDependencies" }, "schematics": "./lib/schematics/collection.json", "builders": "./lib/builders/builders.json" }