tildefriends/package-lock.json

29 lines
481 B
JSON
Raw Permalink Normal View History

2024-02-23 04:42:26 -05:00
{
"name": "tildefriends",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tildefriends",
2024-03-22 05:05:33 -04:00
"hasInstallScript": true,
2024-02-23 04:42:26 -05:00
"license": "MIT",
"dependencies": {
2024-03-22 05:05:33 -04:00
"prettier": "3.2.5"
2024-02-23 04:42:26 -05:00
}
},
"node_modules/prettier": {
"version": "3.2.5",
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
}
}