8e3b48ce93
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
25 lines
601 B
JSON
25 lines
601 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"devDependencies": {
|
|
"@eslint/js": "9.6.0",
|
|
"@revi/eslint-config": "0.0.6",
|
|
"@revi/prettier-config": "0.1.2",
|
|
"eslint": "9.6.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"jshint": "2.13.6",
|
|
"prettier": "3.3.2"
|
|
},
|
|
"prettier": "@revi/prettier-config",
|
|
"name": "@revi/dots",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "Yongmin Hong",
|
|
"url": "https://revi.xyz",
|
|
"email": "revi@omglol.email"
|
|
},
|
|
"scripts": {
|
|
"p:c": "prettier --check",
|
|
"p:w": "prettier --write"
|
|
}
|
|
}
|