hardlounge/test/fixtures/.thelounge/packages/node_modules/thelounge-package-foo/package.json

14 lines
207 B
JSON
Raw Normal View History

{
"name": "thelounge-package-foo",
"private": true,
"main": "index.js",
2019-11-06 11:16:40 -05:00
"version": "dummy",
"thelounge": {
"type": "package"
},
"keywords": [
"thelounge",
"thelounge-package"
]
}