1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/package.json
Rohan Kumar e989ff01c4
CI: don't install packages globally
Install bins into ~/bin instead and use local npm packages
2020-12-23 18:22:03 -08:00

21 lines
524 B
JSON

{
"name": "seirdy.one",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.sr.ht:~seirdy/seirdy.one"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@hint/configuration-web-recommended": "^8.1.0",
"@hint/formatter-codeframe": "^3.1.19",
"@hint/hint-doctype": "^3.3.7",
"@hint/hint-https-only": "^2.4.7",
"@hint/hint-performance-budget": "^2.4.7",
"@lhci/cli": "^0.6.1",
"hint": "^6.1.1"
}
}