27 lines
653 B
JSON
27 lines
653 B
JSON
{
|
|
"name": "dotfiles",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"devDependencies": {
|
|
"prettier": "3.2.4"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.2.4",
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz",
|
|
"integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==",
|
|
"dev": true,
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
}
|
|
}
|
|
}
|