added stuff

This commit is contained in:
Charlie Root 2024-04-09 23:11:33 +02:00
commit 9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"name": "nyx-ags",
"version": "1.5.5",
"author": "NotAShelf",
"description": "The ags configuretion segment of my NixOS configurations.",
"main": "config.js",
"scripts": {
"lint": "eslint . --fix",
"stylelint": "stylelint ./scss --fix",
"all": "nix-shell -p nodejs --run \"npm install\" && npm run lint && npm run stylelint && rm -rf node_modules"
},
"devDependencies": {
"stylelint-config-standard-scss": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.44.0"
}
}