Files
archived-archive/scripts/build-readmes/package.json
Tyler Wilding bbd9bbfa3c finalize repo
2021-09-27 21:45:01 -04:00

20 lines
417 B
JSON

{
"name": "draft-releases",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^3.5.2",
"@octokit/rest": "^18.11.1",
"chalk": "^4.1.2",
"dotenv": "^10.0.0"
}
}