Files
dotfiles/package.json
2023-01-30 23:33:17 +00:00

21 lines
457 B
JSON

{
"name": "dotfiles",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "bootstrap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benkyd/dotfiles.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/benkyd/dotfiles/issues"
},
"homepage": "https://github.com/benkyd/dotfiles#readme"
}