-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 862 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 862 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
{
"name": "fluoroscopy",
"version": "2.0.0",
"productName": "Minecraft Resource Pack Project",
"private": true,
"homepage": "https://github.com/ryanlua/fluoroscopy#readme",
"bugs": {
"url": "https://github.com/ryanlua/fluoroscopy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanlua/fluoroscopy.git"
},
"license": "MIT",
"author": "Ryan Luu <ryan.luu@ryanluu.dev>",
"devDependencies": {
"@minecraft/core-build-tasks": "^5.7.0",
"eslint-plugin-minecraft-linting": "^2.0.12",
"ts-node": "^10.9.1",
"typescript-eslint": "^8.57.1"
},
"scripts": {
"test": "just-scripts test",
"lint": "just-scripts lint",
"lint:fix": "just-scripts lint --fix",
"clean": "just-scripts clean",
"local-deploy": "just-scripts local-deploy",
"mcpack": "just-scripts mcpack"
}
}