DenReg/cli/meta.json
User user 3cda4ee8c8
All checks were successful
continuous-integration/drone/push Build is passing
Improve upgrade script
2021-04-28 12:16:50 +02:00

18 lines
351 B
JSON

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