-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 958 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
{
"name": "step-by-step",
"version": "0.0.1",
"description": "Testing library for AWS Step Functions",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"types": "turbo run types",
"test": "turbo run test",
"prepare": "husky"
},
"keywords": [
"aws",
"stepfunctions",
"testing"
],
"author": "chrisdobby",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"esbuild": "^0.24.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"turbo": "^2.1.2",
"typescript": "^5.6.2"
},
"workspaces": [
"lib",
"demo"
],
"packageManager": "npm@10.8.1"
}