Add package.json

This commit is contained in:
Lea Anthony 2022-09-20 21:57:58 +10:00
commit d3b8a7e4af
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
2 changed files with 3621 additions and 0 deletions

3606
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "release",
"version": "1.0.0",
"description": "",
"main": "sponsorkit.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"sponsorkit": "^0.5.2"
}
}