mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
5c1a706d6e
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
35 lines
840 B
JSON
35 lines
840 B
JSON
{
|
|
"name": "ari-web.xyz",
|
|
"version": "1.0.0",
|
|
"description": "My website's source code",
|
|
"scripts": {
|
|
"serve": "live-server",
|
|
"build": "./scripts/build.sh"
|
|
},
|
|
"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/git#readme",
|
|
"devDependencies": {
|
|
"eslint": "^8.14.0",
|
|
"live-server": "^1.2.2",
|
|
"node-sass": "^7.0.1",
|
|
"autoprefixer-cli": "^1.0.0"
|
|
}
|
|
}
|