michangarrito/apps/whatsapp-service/node_modules/@angular-devkit/schematics-cli/blank/project-files/package.json
rckrdmrd 97f407c661 [MIGRATION-V2] feat: Migrar michangarrito a estructura v2
- Prefijo v2: MCH
- TRACEABILITY-MASTER.yml creado
- Listo para integracion como submodulo

Workspace: v2.0.0 | SIMCO: v4.0.0
2026-01-10 11:28:54 -06:00

26 lines
622 B
JSON
Executable File

{
"name": "<%= dasherize(name) %>",
"version": "0.0.0",
"description": "A blank schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics"
],
"author": "<%= author %>",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^<%= coreVersion %>",
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~5.4.2"
},
"devDependencies": {
"@types/node": "^18.18.0",
"@types/jasmine": "~5.1.0",
"jasmine": "^5.0.0"
}
}