-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 1002 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
{
"name": "lunox-monorepo",
"private": true,
"version": "2.0.0-next",
"description": "Laravel Flavoured NodeJS Framework",
"scripts": {
"version:bump": "node script/version.js",
"sync": "node script/fixVersion.js && syncpack fix-mismatches && node script/fixVersion.js --workspace",
"test": "nx run-many -t test -p @lunoxjs/*",
"build": "nx run-many -t build -p @lunoxjs/* && node script/checkDts.js",
"format": "nx run-many -t format -p @lunoxjs/*"
},
"keywords": [
"laravel",
"nodejs",
"lunox",
"lunoxjs",
"polka",
"svelte",
"react",
"mvc"
],
"author": {
"name": "Akhmad Salafudin",
"email": "[email protected]",
"url": "https://github.com/axmad386"
},
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@swc/core": "^1.3.99",
"@types/bun": "^1.1.6",
"nx": "^19.5.3",
"syncpack": "^10.9.3",
"tsup": "^8.3.0",
"vitest": "^0.34.6"
},
"type": "module"
}