-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
41 lines (41 loc) · 886 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
39
40
41
{
"name": "@altmp/altv-example-resources",
"version": "1.0.0",
"description": "This repository contains example resources for alt:V modules.",
"main": "",
"private": true,
"workspaces": [
"chat",
"freeroam",
"gangwar",
"voice"
],
"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-example-resources.git"
},
"keywords": [
"altmp",
"altv",
"node",
"node-module",
"js-module",
"gta",
"gta5",
"gtav"
],
"author": "altMP Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/altmp/altv/issues"
},
"homepage": "https://github.com/altmp/altv-example-resources#readme",
"devDependencies": {
"prettier": "^2.3.2"
}
}