-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 945 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": "samp-node-lib",
"version": "1.1.5",
"description": "NodeJS library for Scripting San Andreas Multiplayer:SAMP depends on samp-node plugin",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {},
"devDependencies": {
"@types/node": "^11.15.3",
"typescript": "^3.4.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterszombati/samp-node-lib.git"
},
"keywords": [
"samp",
"san-andreas-multiplayer",
"pawn",
"nodejs",
"gta",
"gta-samp",
"gta-san-andreas",
"gta-sa",
"library"
],
"prepare": "npm run build",
"author": "Peter Szombati",
"license": "BSD 4-Clause",
"bugs": {
"url": "https://github.com/peterszombati/samp-node-lib/issues"
},
"homepage": "https://github.com/peterszombati/samp-node-lib#readme"
}