2024-05-12 11:54:14 +02:00
|
|
|
{
|
2024-06-16 10:26:19 +02:00
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
2024-06-08 09:25:13 +02:00
|
|
|
"devDependencies": {
|
2024-06-16 10:26:19 +02:00
|
|
|
"@eslint/js": "^9.5.0",
|
|
|
|
"@revi/eslint-config": "^0.0.2",
|
|
|
|
"@revi/prettier-config": "^0.0.2",
|
|
|
|
"eslint": "^9.5.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-06-09 20:29:54 +02:00
|
|
|
"jshint": "^2.13.6",
|
2024-06-16 10:26:19 +02:00
|
|
|
"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"
|
2024-06-08 09:36:22 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-06-09 14:06:43 +02:00
|
|
|
"p:c": "prettier --check",
|
|
|
|
"p:w": "prettier --write"
|
2024-05-12 11:54:14 +02:00
|
|
|
}
|
|
|
|
}
|