-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "blockbench-player-reference",
"version": "0.1.0",
"private": true,
"description": "Standalone Blockbench plugin for adding Minecraft player reference models and animations",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/wahe-studio/blockbench-player-reference.git"
},
"homepage": "https://github.com/wahe-studio/blockbench-player-reference",
"scripts": {
"build": "esbuild src/index.ts --bundle --format=iife --target=es2019 --outfile=dist/minecraft_player_reference.js --banner:js=\"/* Minecraft Player Reference - Apache-2.0 */\"",
"check": "tsc --noEmit"
},
"devDependencies": {
"esbuild": "^0.25.0",
"typescript": "^5.7.0"
}
}