-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
63 lines (63 loc) · 1.58 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@tybys/wz",
"version": "1.7.1",
"description": "MapleStory wz reader.",
"typings": "./lib/cjs-modern/index.d.ts",
"module": "./lib/esm-modern/index.js",
"main": "./lib/cjs-modern/index.js",
"engines": {
"node": ">= 10.20.0"
},
"scripts": {
"cjs": "tsgo cjs",
"esm": "tsgo esm",
"umd": "tsgo umd",
"dts": "tsgo dts",
"doc": "tsgo doc",
"watch": "tsgo watch",
"build": "node build.js",
"lint": "tsgo lint",
"fix": "tsgo fix"
},
"keywords": [
"maplestory",
"wz"
],
"author": "toyobayashi",
"repository": {
"type": "git",
"url": "git+https://github.com/toyobayashi/wz.git"
},
"bugs": {
"url": "https://github.com/toyobayashi/wz/issues"
},
"homepage": "https://github.com/toyobayashi/wz#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@tybys/cgen": "^0.14.1",
"@tybys/tsgo": "^0.16.0",
"@types/crypto-js": "^4.0.1",
"@types/emscripten": "^1.39.7",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"copy-webpack-plugin": "^6.3.2",
"eslint": "^8.47.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"typescript": "~4.6",
"webpack": "^4.46.0"
},
"dependencies": {
"@tybys/binreader": "^0.4.0",
"@tybys/native-require": "^3.0.3",
"@tybys/windows-file-version-info": "^1.0.5",
"jimp": "^0.16.1",
"tslib": "^2.3.0"
}
}