-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.03 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "samp-query-ts",
"version": "1.0.0",
"description": "A samp query library for nodejs",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilhamjaya08/samp-query-ts.git"
},
"keywords": [
"nodejs",
"samp",
"query",
"samp-query",
"promise",
"async",
"await"
],
"author": "ilhamjaya08",
"contributors": [
{
"name": "Hanif Dwy Putra S",
"email": "[email protected]",
"url": "https://hansputera.dev"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ilhamjaya08/samp-query-ts/issues"
},
"files": [
"dist/**/*",
"REAMDE.md",
"LICENSE",
"package.json"
],
"homepage": "https://github.com/ilhamjaya08/samp-query-ts#readme",
"devDependencies": {
"@types/node": "^20.12.2",
"ava": "^6.1.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
}
}