forked from altmp/altv-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 925 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
{
"name": "@altmp/altv-types",
"version": "1.0.0",
"description": "This repository contains types definitions for alt:V JavaScript modules.",
"main": "",
"private": true,
"workspaces": [
"shared",
"client",
"webview",
"worker",
"natives",
"server"
],
"scripts": {
"test": "yarn workspaces run test",
"release": "yarn workspaces run release",
"lint": "yarn run prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/altmp/altv-types.git"
},
"keywords": [],
"author": "altMP Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/altmp/altv/issues"
},
"homepage": "https://github.com/altmp/altv-types#readme",
"devDependencies": {
"prettier": "^2.8.7",
"type2docfx": "https://github.com/Lhoerion/type2docfx.git#dist",
"typedoc": "0.23.28",
"typescript": "5.0.4"
},
"dependencies": {}
}