mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 14:14:19 +00:00
2eb18e98e6
In order to avoid ambiguities with the package lock process of node, the name of the package is now set to protoots.
16 lines
277 B
JSON
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"
|
|
}
|
|
}
|