nichts/nyx/homes/notashelf/services/wayland/ags/package.json

19 lines
553 B
JSON
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
"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"
}
}