UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@xmcl/asm",
3 "version": "1.0.0",
4 "main": "./dist/index.js",
5 "description": "Java ASM module transferred into the typescript",
6 "engines": {
7 "node": ">=16"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/Voxelum/minecraft-launcher-core-node.git"
15 },
16 "author": "cijhn@hotmail.com",
17 "keywords": [
18 "minecraft",
19 "typescript",
20 "minecraft-launcher",
21 "nodejs",
22 "electron"
23 ],
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/Voxelum/minecraft-launcher-core-node/issues"
27 },
28 "homepage": "https://github.com/Voxelum/minecraft-launcher-core-node#readme",
29 "devDependencies": {
30 "@types/node": "~18.15.11",
31 "@xmcl/eslint-config": "^*",
32 "esbuild": "^0.17.14",
33 "eslint": "^8.37.0",
34 "tslib": "^2.5.0",
35 "typescript": "^5.0.3"
36 },
37 "scripts": {
38 "build:type": "tsc",
39 "build:cjs": "esbuild --target=es2020 --platform=neutral --external:long --sourcemap --format=cjs --bundle --outfile=dist/index.js index.ts",
40 "build:esm": "esbuild --target=es2020 --platform=neutral --external:long --sourcemap --format=esm --bundle --outfile=dist/index.mjs index.ts"
41 },
42 "module": "./dist/index.mjs"
43}
\No newline at end of file