DenReg/cli/meta.json
2023-11-28 16:10:33 +01:00

15 lines
302 B
JSON

{
"name": "@denreg-cli",
"version": "1.0.0",
"description": "CLI for the DenReg package registry",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [],
"files": [
"**/*.ts",
"**/*.js",
"README.md"
],
"hooks": {
"prepublish": "pre.ts"
}
}