DenReg/cli/meta.json

18 lines
351 B
JSON
Raw Normal View History

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