blob: 601a9d07d28115d605151b99a1964c81339d79d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "apheleia-ft-prettier-test-uses-node-modules",
"version": "1.0.0",
"description": "Prettier should be used from node_modules",
"main": "index.js",
"author": "Radian LLC <contact+apheleia@radian.codes>",
"license": "MIT",
"private": true,
"dependencies": {
"prettier": "^2.8.8"
}
}
|