2022-02-26 15:07:20 +02:00
|
|
|
{
|
|
|
|
"name": "ari-web.xyz",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "My website's source code",
|
2022-04-26 17:14:44 +03:00
|
|
|
"scripts": {
|
|
|
|
"s": "live-server"
|
|
|
|
},
|
2022-02-26 15:07:20 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://ari-web.xyz/gh/website.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
2022-04-26 17:14:44 +03:00
|
|
|
"website",
|
|
|
|
"terminal",
|
|
|
|
"ari-web",
|
|
|
|
"linux",
|
|
|
|
"shell",
|
|
|
|
"javascript",
|
|
|
|
"dark",
|
|
|
|
"sass"
|
2022-02-26 15:07:20 +02:00
|
|
|
],
|
|
|
|
"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": {
|
2022-05-04 00:12:37 +03:00
|
|
|
"eslint": "^8.14.0",
|
|
|
|
"live-server": "^1.2.2",
|
|
|
|
"node-sass": "^7.0.1"
|
2022-02-26 15:07:20 +02:00
|
|
|
}
|
|
|
|
}
|