smartspawn/npmextra.json

22 lines
439 B
JSON
Raw Normal View History

{
2017-11-28 15:30:02 +00:00
"npmts": {
"testTs": {
"./test/*.ts": "./test/"
}
2017-11-28 15:30:02 +00:00
},
"npmci": {
2018-08-02 13:31:05 +00:00
"npmGlobalTools": [],
"npmAccessLevel": "public"
2019-04-08 13:13:47 +00:00
},
"gitzone": {
2022-07-28 20:35:16 +00:00
"projectType": "npm",
2019-04-08 13:13:47 +00:00
"module": {
2024-03-30 20:48:44 +00:00
"githost": "code.foss.global",
"gitscope": "push.rocks",
2019-04-08 13:13:47 +00:00
"gitrepo": "smartspawn",
2022-07-28 20:35:16 +00:00
"description": "smart subprocess handling",
2024-03-30 20:48:44 +00:00
"npmPackagename": "@push.rocks/smartspawn",
2019-04-08 13:13:47 +00:00
"license": "MIT"
}
2017-11-28 15:30:02 +00:00
}
}