-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 993 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
{
"name": "funkia-fp-playground",
"version": "1.0.0",
"description": "Functional programming with TypeScript/JavaScript examples using Funkia libraries",
"scripts": {
"showIndexPage:ramda": "node ./showIndexPage/ramda-version.js",
"showIndexPage:jabz": "ts-node ./showIndexPage/jabz-version.ts",
"async-problem:folktale": "node ./async-problem/folktale-futures.js",
"concatFiles:folktale": "node ./concatFiles/folktale.js",
"io-fetch": "ts-node ./io-fetch/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/isomorphic-fetch": "0.0.31",
"data.task": "3.1.1",
"fs": "0.0.1-security",
"hareactive": "0.0.9",
"isomorphic-fetch": "2.2.1",
"jabz": "0.0.14",
"ramda": "0.23.0",
"ramda-fantasy": "0.7.0",
"whatwg-fetch": "2.0.1"
},
"devDependencies": {
"@types/whatwg-fetch": "0.0.33",
"ts-node": "2.0.0",
"typescript": "2.1.4"
}
}