-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 858 Bytes
/
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
{
"name": "lim-qqwry",
"version": "2.0.2",
"description": "A queryer and json converter for CZIP'S qqwry.dat file.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "node test/index.js",
"build": "rollup -c",
"build-tsc": "tsc"
},
"keywords": [
"node",
"qqwry",
"ip",
"czip",
"cz"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lim-kim930/lim-qqwry"
},
"homepage": "https://github.com/lim-kim930/lim-qqwry#readme",
"author": "LIMKIM",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@types/gbk.js": "^0.3.0",
"rollup": "^3.19.1",
"rollup-plugin-dts": "^5.2.0",
"ts-node-dev": "^2.0.0",
"tslib": "^2.5.0",
"typescript": "^4.7.4"
},
"dependencies": {
"gbk.js": "^0.3.0"
}
}