You've already forked shenanigans-manager
mirror of
https://github.com/FullScreenShenanigans/shenanigans-manager.git
synced 2026-04-28 13:03:43 -07:00
13 lines
507 B
JSON
13 lines
507 B
JSON
{
|
|
"devDependencies": {
|
|
"stylelint": "^10.1.0",
|
|
"stylelint-config-recommended": "^v2.2.0"
|
|
},
|
|
"scripts": {
|
|
"setup:copy": "npm run setup:copy:web",
|
|
"setup:copy:web": "run-for-every-file --dot --src \"node_modules/shenanigans-manager/setup/web/\" --file \"**/*\" --run \"shenanigans-manager mustache --input {{src-file}} --output {{file}}\" --dest \".\" --only-files",
|
|
"src": "npm run src:stylelint",
|
|
"src:stylelint": "stylelint src/**/*.css"
|
|
}
|
|
}
|