-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1000 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1000 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
31
32
33
34
35
36
37
38
39
{
"name": "@adpro/milthm-data-reader",
"version": "1.1.7",
"description": "基于 TypeScript 读取 Milthm 存档文件并获取分数,B20等",
"keywords": [
"Milthm"
],
"type": "module",
"author": "Adpro",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/adproqwq/MilthmDataReader#readme",
"bugs": {
"url": "https://github.com/adproqwq/MilthmDataReader/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/adproqwq/MilthmDataReader.git"
},
"scripts": {
"build": "tsc",
"getVersion": "tsc --noEmit && tsx ./scripts/version.ts",
"syncNpmmirror": "tsc --noEmit && tsx ./scripts/syncNpmmirror.ts"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"./dist"
],
"devDependencies": {
"@types/node": "24.3.0",
"tsx": "^4.20.4",
"typescript": "5.9.2"
},
"packageManager": "pnpm@10.15.0"
}