smartrx/npmextra.json

20 lines
446 B
JSON
Raw Normal View History

2017-10-26 13:08:34 +00:00
{
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
2017-10-26 20:56:01 +00:00
},
"npmdocker": {
"command": "rm -r node_modules && yarn install && yarn test"
2019-09-10 05:26:50 +00:00
},
"gitzone": {
2020-05-26 00:18:02 +00:00
"projectType": "npm",
2019-09-10 05:26:50 +00:00
"module": {
2024-03-30 20:48:31 +00:00
"githost": "code.foss.global",
2023-07-10 08:17:56 +00:00
"gitscope": "push.rocks",
2019-09-10 05:26:50 +00:00
"gitrepo": "smartrx",
2022-08-05 11:25:44 +00:00
"description": "smart wrapper for rxjs",
2023-07-10 08:17:56 +00:00
"npmPackagename": "@push.rocks/smartrx",
2019-09-10 05:26:50 +00:00
"license": "MIT"
}
2017-10-26 13:08:34 +00:00
}
2019-09-10 05:26:50 +00:00
}