23 lines
532 B
JSON
23 lines
532 B
JSON
{
|
|
"npmdocker": {
|
|
"baseImage": "hosttoday/ht-docker-node:mongo",
|
|
"command": "npmci test stable",
|
|
"dockerSock": false
|
|
},
|
|
"npmci": {
|
|
"npmGlobalTools": [],
|
|
"npmAccessLevel": "public",
|
|
"npmRegistryUrl": "registry.npmjs.org"
|
|
},
|
|
"gitzone": {
|
|
"projectType": "npm",
|
|
"module": {
|
|
"githost": "gitlab.com",
|
|
"gitscope": "pushrocks",
|
|
"gitrepo": "smartdata",
|
|
"shortDescription": "do more with data",
|
|
"npmPackagename": "@pushrocks/smartdata",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
} |