brakeconf/package.json

15 lines
328 B
JSON
Raw Normal View History

2023-08-29 22:33:32 +03:00
{
"private": true,
"name": "...",
"version": "1.0.0",
"description": "...",
"author": "Alexander Popov <iiiypuk@fastmail.fm>",
"scripts": {
"prettier": "npx prettier --write gui",
"clean": "rm -rf ./dist/* &> /dev/null"
},
"devDependencies": {
"prettier": "3.0.1"
}
}