-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 855 Bytes
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
{
"name": "@aws-nx-poc/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target build",
"lint": "nx run-many --target lint --configuration=fix",
"test": "nx run-many --target test --all",
"build:skip-lint": "nx run-many --target build --configuration=skip-lint",
"build:all": "nx run-many --target build --all",
"affected:all": "nx affected --target build",
"prepare": "husky"
},
"private": true,
"dependencies": {
"@aws/nx-plugin": "1.0.0-rc.50"
},
"devDependencies": {
"@biomejs/biome": "2.5.3",
"@nx/js": "23.1.0",
"@nx/workspace": "23.1.0",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.43",
"@swc/helpers": "~0.5.18",
"husky": "9.1.7",
"nx": "23.1.0",
"tslib": "^2.3.0",
"typescript": "6.0.3"
},
"type": "module"
}