chore(package): add package.json

This commit is contained in:
Jeremy Attali 2022-11-18 16:24:00 -05:00
parent 6d9ae725a8
commit b747772e15
2 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,9 @@
{
"filename": "meson.build",
"updater": "script/bump-meson-build.js"
},
{
"filename": "package.json"
}
]
}

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "swappy",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/jtheoof/swappy.git"
},
"author": "Jeremy Attali"
}