smartspawn/npmextra.json

22 lines
431 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": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartspawn",
2022-07-28 20:35:16 +00:00
"description": "smart subprocess handling",
2019-04-08 13:13:47 +00:00
"npmPackagename": "@pushrocks/smartspawn",
"license": "MIT"
}
2017-11-28 15:30:02 +00:00
}
}