-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 942 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
{
"name": "esx_greenhouse",
"version": "1.0.0",
"description": "ESX Skript for ESX Framework adding Greenhouses",
"dependencies": {
"@overextended/oxmysql": "^1.1.1"
},
"devDependencies": {
"@citizenfx/client": "2.0.5715-1",
"@citizenfx/server": "2.0.5715-1",
"@types/node": "^14.14.22",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"scripts": {
"build": "webpack --mode production",
"watch": "webpack watch --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Korgron/esx_greenhouse.git"
},
"author": "https://github.com/Korgron",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Korgron/esx_greenhouse/issues"
},
"homepage": "https://github.com/Korgron/esx_greenhouse#readme"
}