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