smartspawn/npmextra.json

21 lines
410 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": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartspawn",
"shortDescription": "smart subprocess handling",
"npmPackagename": "@pushrocks/smartspawn",
"license": "MIT"
}
2017-11-28 15:30:02 +00:00
}
}