smartopen/npmextra.json
2019-04-16 08:26:16 +02:00

23 lines
424 B
JSON

{
"npmci": {
"npmGlobalTools": [
"npmts",
"ts-node",
"typescript"
],
"npmAccessLevel": "public"
},
"npmts": {
"coverageTreshold": 60
},
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartopen",
"shortDescription": "open things",
"npmPackagename": "@pushrocks/smartopen",
"license": "MIT"
}
}
}