mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-18 07:34:45 +00:00
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"name": "strata-extension",
|
|
"version": "0.9.0",
|
|
"description": "Lint tooling for the Strata GNOME Shell extension",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint 'strata@edu4rdshl.dev'"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.0",
|
|
"eslint": "^10.0.0"
|
|
}
|
|
}
|