mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-10-31 21:33:09 +00:00
20 lines
430 B
JSON
20 lines
430 B
JSON
{
|
|
"name": "website",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com-ash:strimertul/strimertul.github.io.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"prettier": "^2.8.4",
|
|
"prettier-plugin-go-template": "^0.0.13"
|
|
}
|
|
}
|