-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "spritemate",
"version": "1.2.1",
"description": "A browser based sprite editor for the Commodore 64",
"homepage": "http://www.awsm.de",
"author": "Ingo Hinterding",
"license": "MIT",
"type": "module",
"main": "App.ts",
"repository": {
"type": "git",
"url": "https://github.com/Esshahn/spritemate"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@types/jszip": "^3.4.1",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.7.4",
"vite": "^7.3.0"
},
"dependencies": {
"jszip": "^3.10.1"
}
}