Files
app-dono-modulos/package.json
T
gabriel.diniz 9318e734a5
davinTI/app-dono-modulos/pipeline/head This commit looks good
bump version
2026-03-06 14:01:58 -03:00

21 lines
558 B
JSON

{
"name": "app-dono-modulos",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "jeff generate -i \"src/**/*.module.ts\"",
"generate:output": "jeff generate -i \"src/**/*.module.ts\" -o dist/manifest.json",
"vet": "jeff vet -i \"src/**/*.module.ts\"",
"jeff": "jeff"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.6"
},
"devDependencies": {
"tsx": "^4.21.0"
}
}