blob: eb5a3ae82bc50cddb2d9f4efdc6405bcf2f9d458 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "zorascript",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Matt Strapp <matt@mattstrapp.net>",
"private": true,
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
}
|