ari.lt/package.json
Ari Archer 25553a9c77 update @ Wed 4 May 00:12:37 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-05-04 00:12:37 +03:00

33 lines
766 B
JSON

{
"name": "ari-web.xyz",
"version": "1.0.0",
"description": "My website's source code",
"scripts": {
"s": "live-server"
},
"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.14.0",
"live-server": "^1.2.2",
"node-sass": "^7.0.1"
}
}