added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
18
nyx/homes/notashelf/services/wayland/ags/package.json
Normal file
18
nyx/homes/notashelf/services/wayland/ags/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue