-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpawn.json
46 lines (45 loc) · 920 Bytes
/
pawn.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
42
43
44
45
46
{
"user": "AmyrAhmady",
"repo": "samp-node",
"entry": "test.pwn",
"output": "test/gamemodes/test.amx",
"dependencies": ["Southclaws/samp-stdlib"],
"dev_dependencies": ["pawn-lang/[email protected]"],
"runtime": {
"plugins": ["AmyrAhmady/samp-node"]
},
"resources": [
{
"name": "samp-node-linux.tar.gz",
"archive": true,
"platform": "linux",
"files": {
"libnode.so.93": "libnode.so.93"
},
"plugins": [
"samp-node.so"
],
"includes": [
"samp-node.inc"
]
},
{
"name": "samp-node-windows.zip",
"archive": true,
"platform": "windows",
"plugins": [
"samp-node.dll"
],
"includes": [
"samp-node.inc"
],
"files": {
"libnode.dll": "libnode.dll"
}
}
],
"contributors": [
"AmyrAhmady",
"ADRFranklin"
]
}