DenReg/cli/meta.json

12 lines
280 B
JSON
Raw Normal View History

2020-07-28 17:43:58 +00:00
{
"name": "@denreg-cli",
2020-08-16 17:37:09 +00:00
"version": "0.2.3",
2020-07-28 17:43:58 +00:00
"description": "CLI for the DenReg package registry",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [],
2020-08-16 17:37:09 +00:00
"files": ["**/*.ts", "**/*.js", "README.md"],
"hooks": {
"prepublish": "pre.ts"
}
}