-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "practical-fp",
"author": {
"email": "[email protected]",
"name": "Michael Arnaldi",
"url": "https://www.matechs.com"
},
"private": "true",
"repository": "https://github.com/Matechs-Garage/practical-fp-1801",
"license": "MIT",
"scripts": {
"demo": "node -r ./scripts/register.js",
"start": "node -r ./scripts/traced.js",
"build": "rimraf build && ttsc -p tsconfig.build.json",
"test": "jest"
},
"dependencies": {
"@effect-ts/core": "^0.12.15",
"@effect-ts/jest": "^0.6.15",
"@effect-ts/monocle": "^0.11.15",
"@effect-ts/morphic": "^0.12.15",
"@effect-ts/node": "^0.4.15",
"@effect-ts/system": "^0.10.13",
"@effect-ts/tracing-plugin": "^0.2.6",
"@effect-ts/tracing-utils": "^0.2.4",
"@types/pg": "^7.14.8",
"fast-check": "^2.11.0",
"fast-equals": "^2.0.0",
"jest": "^26.6.3",
"pg": "^8.5.1",
"rimraf": "^3.0.2",
"testcontainers": "^6.4.1",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"ttypescript": "^1.5.12",
"typescript": "4.2.0-beta",
"typescript-transform-paths": "^2.2.2"
}
}