-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 781 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 781 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
{
"name": "pharware-sm64-pack",
"description": "Phar's SM64 Archipelago Randomizer Pack",
"version": "1.5.1",
"main": "Phakager.ts",
"type": "module",
"author": "Zach Parks <zach@alliware.com>",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.35.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@types/bun": "^1.2.22",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.18.5",
"eslint": "^9.35.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0"
},
"dependencies": {
"dedent": "^1.7.0",
"rimraf": "^6.0.1",
"yaml": "^2.8.1",
"zip-a-folder": "^3.1.9"
},
"private": true
}