18 lines
553 B
JSON
18 lines
553 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|