-
Notifications
You must be signed in to change notification settings - Fork 2
/
deno.json
35 lines (31 loc) · 1.2 KB
/
deno.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
{
"name": "@socali/spices",
"version": "4.1.1",
"tasks": {},
"compilerOptions": {
"lib": [
"ESNext",
"DOM",
"DOM.iterable",
"deno.ns"
]
},
"exports": {
"./Build/Details": "./Build/BuildDetails.ts",
"./Build/Bundle": "./Build/Bundle.ts",
"./Build/Release": "./Build/Release.ts",
"./AutoUpdate/UpdateNotice": "./AutoUpdate/UpdateNotice.ts",
"./Debug/Test": "./Debug/Test.ts",
"./Debug/StoreLocally": "./Debug/StoreLocally.ts",
"./Spicetify/Terminal": "./Spicetify/Terminal.ts",
"./Spicetify/Services/Session": "./Spicetify/Services/Session.ts",
"./Spicetify/Services/Cache": "./Spicetify/Services/Cache.ts",
"./Spicetify/Services/Player": "./Spicetify/Services/Player/mod.ts",
"./Spicetify/Services/Library": "./Spicetify/Services/Library.ts",
"./Spicetify/Types/API/TrackInformation": "./Spicetify/Types/API/TrackInformation.ts",
"./Spicetify/Types/App/PlaylistItemMetadata": "./Spicetify/Types/App/PlaylistItemMetadata.ts",
"./Spicetify/Types/App/PlaylistMetadata": "./Spicetify/Types/App/PlaylistMetadata.ts",
"./Spicetify/Types/App/Spicetify": "./Spicetify/Types/App/Spicetify.ts",
"./Spicetify/Types/App/TrackMetadata": "./Spicetify/Types/App/TrackMetadata.ts"
}
}