-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 877 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
39
40
41
{
"name": "datolite",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "bun run build.mjs",
"prepublishOnly": "bun run build"
},
"types": "dist/index.d.ts",
"type": "module",
"description": "Unofficial topaz apk api",
"author": {
"name": "Elias"
},
"files": [
"dist"
],
"license": "MIT",
"keywords": [
"topaz",
"topaz24.pl",
"topaz api"
],
"homepage": "https://github.com/EliasDevis/datolite#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/EliasDevis/datolite.git"
},
"bugs": "https://github.com/EliasDevis/datolite/issues",
"devDependencies": {
"bun-plugin-dts": "^0.2.1",
"bun-types": "^1.0.7",
"typescript": "^5.2.2",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
},
"dependencies": {
"class-transformer": "^0.5.1"
}
}