-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 KB
/
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
42
{
"name": "@rian8337/osu-droid-utilities",
"version": "4.0.0-beta.38",
"description": "A module containing utilities for osu!droid.",
"keywords": [
"osu",
"osu-droid"
],
"author": "Rian8337 <[email protected]>",
"homepage": "https://github.com/Rian8337/osu-droid-module#readme",
"license": "MIT",
"main": "dist/index.js",
"typings": "typings/index.d.ts",
"typedocMain": "src/index.ts",
"engines": {
"node": ">=18"
},
"files": [
"dist/index.js",
"typings/index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Rian8337/osu-droid-module.git"
},
"scripts": {
"build": "rollup -c ../../rollup.config.mjs",
"lint": "eslint --ext ts",
"prepublishOnly": "npm run build",
"test": "jest"
},
"bugs": {
"url": "https://github.com/Rian8337/osu-droid-module/issues"
},
"dependencies": {
"@rian8337/osu-base": "^4.0.0-beta.38"
},
"publishConfig": {
"access": "public"
},
"gitHead": "aa91d8c7ca9a687f63d920f402cf4f5771e04499"
}