Files
smartconfig/npmextra.json

22 lines
417 B
JSON
Raw Normal View History

2017-03-18 16:28:14 +01:00
{
"npmci": {
"globalNpmTools": [],
"npmAccessLevel": "public"
2017-07-12 17:13:29 +02:00
},
"npmts": {
"testConfig": {
"parallel": false
}
2019-05-10 16:55:39 +02:00
},
"gitzone": {
2021-01-27 21:00:49 +00:00
"projectType": "npm",
2019-05-10 16:55:39 +02:00
"module": {
"githost": "gitlab.com",
2023-07-10 02:41:42 +02:00
"gitscope": "push.rocks",
2019-05-10 16:55:39 +02:00
"gitrepo": "npmextra",
2023-08-03 19:22:34 +02:00
"description": "do more with npm",
2023-07-10 02:41:42 +02:00
"npmPackagename": "@push.rocks/npmextra",
2019-05-10 16:55:39 +02:00
"license": "MIT"
}
2017-03-18 16:28:14 +01:00
}
}