-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ziglite",
"description": "A Laravel named routes integration for Javascript",
"version": "1.2.0",
"keywords": [
"ziglite",
"laravel",
"named",
"routing",
"routes",
"laravel-package",
"package"
],
"type": "module",
"author": {
"name": "Saad Sidqui",
"email": "[email protected]"
},
"license": "Apache-2.0",
"homepage": "https://ziglite.spatian.dev",
"bugs": "https://github.com/spatian-dev/ziglite/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/spatian-dev/ziglite.git"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@types/qs": "^6.9.17",
"eslint": "^9.16.0",
"husky": "^9.1.7",
"marked": "^15.0.3",
"marked-base-url": "^1.1.6",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.8",
"vue": "^3.5.13"
},
"scripts": {
"clean": "rimraf ./dist",
"lint": "eslint .",
"build": "yarn run clean && tsc && vite build",
"dev": "vitest",
"test": "vitest run",
"test:php": "./vendor/bin/pest",
"test:all": "yarn run test:php && yarn run test",
"prepare": "husky"
},
"dependencies": {
"qs": "^6.13.1",
"zod": "^3.24.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}