1 | {
|
2 | "name": "@types/ramda",
|
3 | "version": "0.30.2",
|
4 | "description": "TypeScript definitions for ramda",
|
5 | "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ramda",
|
6 | "license": "MIT",
|
7 | "contributors": [
|
8 | {
|
9 | "name": "Harris Miller",
|
10 | "githubUsername": "harris-miller",
|
11 | "url": "https://github.com/harris-miller"
|
12 | },
|
13 | {
|
14 | "name": "Nicholai Nissen",
|
15 | "githubUsername": "Nicholaiii",
|
16 | "url": "https://github.com/Nicholaiii"
|
17 | },
|
18 | {
|
19 | "name": "Kevin Wallace",
|
20 | "githubUsername": "kedashoe",
|
21 | "url": "https://github.com/kedashoe"
|
22 | },
|
23 | {
|
24 | "name": "Wang Zengdi",
|
25 | "githubUsername": "adispring",
|
26 | "url": "https://github.com/adispring"
|
27 | }
|
28 | ],
|
29 | "main": "",
|
30 | "types": "index.d.ts",
|
31 | "exports": {
|
32 | ".": {
|
33 | "require": "./src/index.js",
|
34 | "import": "./es/index.js",
|
35 | "default": "./src/index.js"
|
36 | },
|
37 | "./es/*": "./es/*.js",
|
38 | "./src/*": "./src/*.js",
|
39 | "./dist/*": "./dist/*.js",
|
40 | "./es/": "./es/",
|
41 | "./src/": "./src/",
|
42 | "./dist/": "./dist/",
|
43 | "./package.json": "./package.json"
|
44 | },
|
45 | "repository": {
|
46 | "type": "git",
|
47 | "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
48 | "directory": "types/ramda"
|
49 | },
|
50 | "scripts": {},
|
51 | "dependencies": {
|
52 | "types-ramda": "^0.30.1"
|
53 | },
|
54 | "typesPublisherContentHash": "d47191124087c1581b55fef0239f371af7615e90dee29ef4ddd56b51f48dd013",
|
55 | "typeScriptVersion": "4.8"
|
56 | } |
\ | No newline at end of file |