2024-05-12 18:54:14 +09:00
|
|
|
{
|
2024-06-16 17:26:19 +09:00
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
2024-06-08 16:25:13 +09:00
|
|
|
"devDependencies": {
|
2024-10-09 10:24:13 +00:00
|
|
|
"@eslint/js": "9.12.0",
|
2024-10-16 03:28:59 +00:00
|
|
|
"@revi/eslint-config": "0.0.15",
|
|
|
|
"@revi/prettier-config": "0.2.2",
|
2024-10-09 10:24:13 +00:00
|
|
|
"eslint": "9.12.0",
|
2024-06-22 18:20:18 +09:00
|
|
|
"eslint-config-prettier": "9.1.0",
|
|
|
|
"jshint": "2.13.6",
|
2024-07-16 15:48:22 +00:00
|
|
|
"prettier": "3.3.3"
|
2024-06-16 17:26:19 +09:00
|
|
|
},
|
|
|
|
"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"
|
2024-06-08 16:36:22 +09:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-06-09 21:06:43 +09:00
|
|
|
"p:c": "prettier --check",
|
|
|
|
"p:w": "prettier --write"
|
2024-05-12 18:54:14 +09:00
|
|
|
}
|
|
|
|
}
|