DenReg/cli/meta.json
2021-04-28 11:19:29 +02:00

15 lines
303 B
JSON

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