tsrun/npmextra.json

18 lines
371 B
JSON
Raw Permalink Normal View History

2018-06-04 23:25:19 +02:00
{
2019-03-02 23:03:05 +01:00
"npmts": {},
2018-06-04 23:25:19 +02:00
"npmci": {
"npmGlobalTools": [],
2018-06-04 23:25:19 +02:00
"npmAccessLevel": "public"
2019-03-02 23:03:05 +01:00
},
"gitzone": {
2020-06-01 18:32:33 +00:00
"projectType": "npm",
2019-03-02 23:03:05 +01:00
"module": {
"githost": "gitlab.com",
"gitscope": "gitzone",
"gitrepo": "tsrun",
2022-10-12 17:21:03 +02:00
"description": "run typescript programs efficiently",
2019-03-02 23:03:05 +01:00
"npmPackagename": "@gitzone/tsrun",
"license": "MIT"
}
2018-06-04 23:25:19 +02:00
}
}