mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 10:26:07 +00:00
7 lines
345 B
JSON
7 lines
345 B
JSON
{
|
|
"description": "Prettier is used for linting of all files so this package has to live in the root of the project. Use the other package.json files for dependencies. Also, look into making this global or something to remove the need for this file.",
|
|
"devDependencies": {
|
|
"prettier": "3.2.4"
|
|
},
|
|
"license": "<See the LICENSE file>"
|
|
}
|