-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 913 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
{
"name": "@charles-inc/ramdap-ts",
"version": "0.1.0",
"main": "index.js",
"author": "Charles Hughes <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/ramda": "^0.27.36",
"ramda": "^0.27.1",
"ramda-debug": "^0.1.4"
},
"description": "Just putting these somewhere that's easily accessible to me for various projects.",
"devDependencies": {
"typescript": "^4.1.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"eslint": "^7.18.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.0"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chughes87/ramdaP-ts.git"
},
"keywords": [
"ramda",
"typescript",
"functional"
],
"bugs": {
"url": "https://github.com/chughes87/ramdaP-ts/issues"
},
"homepage": "https://github.com/chughes87/ramdaP-ts#readme"
}