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