-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 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
{
"name": "@bdsx/containermenu",
"version": "1.2.6",
"description": "ContainerMenu - An API allowing you to create fake container menus.",
"main": "./src/ContainerMenu.js",
"keywords": [
"bdsx",
"api",
"fake chest",
"container",
"inventory",
"menu",
"invmenu"
],
"author": "Se7en-dev",
"homepage": "https://github.com/Se7en-dev/ContainerMenu",
"repository": {
"type": "git",
"url": "https://github.com/Se7en-dev/ContainerMenu"
},
"license": "GPL-3.0-only",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepare": "tsc || exit 0"
},
"devDependencies": {
"@types/node": "^12.20.36",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"bdsx": "file:../bdsx",
"eslint": "^7.32.0"
}
}