DenReg/cli/meta.json

16 lines
303 B
JSON
Raw Normal View History

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