playwright-ng-schematics
Version:
Playwright Angular schematics
56 lines (55 loc) • 1.42 kB
JSON
{
"name": "playwright-ng-schematics",
"version": "22.0.3",
"description": "Playwright Angular schematics",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"postbuild": "cpy \"src/**/*.json\" \"src/**/files/**/*\" lib",
"lint": "biome ci",
"lint:fix": "biome check --write",
"test": "jest",
"test:ci": "jest --runInBand"
},
"files": [
"lib",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "https://github.com/jfgreffier/playwright-ng-schematics.git"
},
"license": "Apache-2.0",
"keywords": [
"angular",
"e2e",
"playwright",
"schematics",
"testing"
],
"dependencies": {
"@angular-devkit/architect": ">= 0.2200.0 < 0.2300.0",
"@angular-devkit/core": "^22.0.0",
"@angular-devkit/schematics": "^22.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@schematics/angular": "^22.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.20.0",
"cpy-cli": "^7.0.0",
"jest": "^30.4.2",
"ts-jest": "^29.4.11",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@angular-devkit/architect": ">= 0.2200.0 < 0.2300.0",
"@angular-devkit/core": "^22.0.0",
"@angular-devkit/schematics": "^22.0.0"
},
"builders": "./lib/builders/builders.json",
"schematics": "./lib/schematics/collection.json",
"ng-add": {
"save": "devDependencies"
}
}