-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
{
"name": "maimai_music_metadata",
"version": "1.0.0",
"description": "maimai DX music metadata and cover images | 舞萌 DX 曲目数据及曲绘",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
},
"./browser": "./dist/index.js"
},
"files": [
"dist",
"types",
"meta.compacted.json",
"meta.json",
"meta.next.compacted.json",
"meta.next.json",
"meta.next.unformatted.json"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepare": "npm run build",
"test": "bun test"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/realtvop/maimai_music_metadata.git"
},
"author": "realtvop",
"license": "ISC",
"bugs": {
"url": "https://github.com/realtvop/maimai_music_metadata/issues"
},
"homepage": "https://github.com/realtvop/maimai_music_metadata#readme",
"devDependencies": {
"tsup": "^8.3.0",
"typescript": "^5.6.3"
}
}