18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "@denreg-cli",
|
|
"version": "0.3.0",
|
|
"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"
|
|
}
|
|
} |