mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
96f8008a89
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
23 lines
622 B
JSON
23 lines
622 B
JSON
{
|
|
"name": "ari-web.xyz",
|
|
"version": "1.0.0",
|
|
"description": "My website's source code",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://ari-web.xyz/gh/website.git"
|
|
},
|
|
"keywords": [
|
|
"website", "terminal", "ari-web", "linux",
|
|
"shell", "javascript", "dark", "sass"
|
|
],
|
|
"author": "Ari Archer <ari.web.xyz@gmail.com>",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"bugs": {
|
|
"url": "https://ari-web.xyz/gh/issues"
|
|
},
|
|
"homepage": "https://ari-web.xyz/gh/website#readme",
|
|
"devDependencies": {
|
|
"eslint": "^8.10.0"
|
|
}
|
|
}
|