-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 980 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": "laravel-query-builder-client",
"version": "1.0.1",
"description": "Laravel Rest Api Query Builder",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubheamar/laravel-query-builder-client.git"
},
"keywords": [
"laravel",
"query",
"builder",
"laravel",
"rest",
"query",
"builder",
"spatie",
"query",
"builder"
],
"author": "Amar Ubhe",
"license": "ISC",
"bugs": {
"url": "https://github.com/ubheamar/laravel-query-builder-client/issues"
},
"homepage": "https://github.com/ubheamar/laravel-query-builder-client#readme",
"devDependencies": {
"class-transformer": "^0.2.3",
"reflect-helper": "^1.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"axios": "^0.19.2"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
}