-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
33 lines (33 loc) · 1005 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
{
"name": "hands-on-functional-programming-with-typescript",
"version": "1.0.0",
"description": "Hands-On Functional Programming with Typescript, published by Packt",
"main": "index.js",
"dependencies": {
"@types/node": "10.12.18",
"@types/node-fetch": "2.1.4",
"@types/ramda": "0.25.45",
"funfix": "7.0.1",
"immer": "1.9.3",
"immutable": "4.0.0-rc.12",
"node-fetch": "2.3.0",
"ramda": "0.26.1",
"rxjs": "6.3.3"
},
"devDependencies": {
"typescript": "3.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PacktPublishing/Hands-On-Functional-Programming-with-Typescript.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PacktPublishing/Hands-On-Functional-Programming-with-Typescript/issues"
},
"homepage": "https://github.com/PacktPublishing/Hands-On-Functional-Programming-with-Typescript#readme"
}