blob: 01b9011c2b6cb17c6bb24b2171c0e8cb8652a6f9 (
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.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
}
}
|