mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
bfba6e1f67
opt: ignore clang-format on style/js files action: prettier ignore file
25 lines
567 B
JSON
25 lines
567 B
JSON
{
|
|
"name": "goldendict",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"devDependencies": {
|
|
"prettier": "3.0.0"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.0.0.tgz",
|
|
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
|
|
"dev": true,
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|
|
}
|
|
}
|