aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: a2eb006b17e14d139eb2977bd319b4ae7610bc3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "zorascript",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "private": true,
  "devDependencies": {
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-svelte": "^2.34.0",
    "prettier": "^3.0.3",
    "typescript": "^5.2.2"
  }
}