forked from jayr33n/altv-trainer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 912 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
{
"type": "module",
"name": "altv-trainer",
"version": "1.0.2",
"description": "",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/Jayreen58/altv-trainer.git"
},
"author": "Jayreen",
"license": "ISC",
"scripts": {
"build": "tsc && rollup -c rollup.config.js"
},
"bugs": {
"url": "https://github.com/Jayreen58/altv-trainer/issues"
},
"homepage": "https://github.com/Jayreen58/altv-trainer#readme",
"devDependencies": {
"@altv/types-client": "^16.2.7",
"@altv/types-natives": "^16.2.1",
"@altv/types-server": "^16.2.5",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"rollup": "^2.27.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
},
"dependencies": {
"@durtyfree/altv-nativeui": "^1.4.4"
}
}