ProToots/package.json
ItsVipra 2eb18e98e6 Explicitly set the name of the package
In order to avoid ambiguities with the package lock process of node, the
name of the package is now set to protoots.
2023-05-27 19:41:27 +02:00

16 lines
277 B
JSON

{
"name": "protoots",
"scripts": {
"format": "prettier --write --ignore-path .gitignore ."
},
"devDependencies": {
"prettier": "^2.8.8",
"web-ext": "^7.6.2"
},
"prettier": {
"endOfLine": "lf",
"printWidth": 100,
"useTabs": true,
"trailingComma": "all"
}
}