forked from enricopolanski/functional-programming
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "functional-programming",
"version": "2.0.0",
"description": "functional-programming",
"type": "module",
"files": [],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"doctoc": "doctoc README.md",
"shapes": "node --loader ts-node/esm ./scripts/run-shapes.ts",
"functor": "node --loader ts-node/esm ./scripts/run-functor.ts",
"run-ts": "node --loader ts-node/esm"
},
"repository": {
"type": "git",
"url": "https://github.com/gcanti/functional-programming.git"
},
"author": "Giulio Canti <giulio.canti@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/functional-programming/issues"
},
"homepage": "https://github.com/gcanti/functional-programming",
"dependencies": {
"fast-check": "^3.13.2",
"fp-ts": "^2.16.1",
"react": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.8.10",
"@types/react": "^18.2.35",
"doctoc": "^2.2.1",
"parcel": "^2.10.2",
"prettier": "^3.0.3",
"process": "^0.11.10",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"tags": [],
"keywords": []
}