source: node_modules/@types/ramda/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "name": "@types/ramda",
3 "version": "0.29.10",
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.29.7"
53 },
54 "typesPublisherContentHash": "3fdea2a4c26ac08b3ff1e61c7c0d517b1c8a6a8218908df5e1d9b0587485337a",
55 "typeScriptVersion": "5.0"
56}
Note: See TracBrowser for help on using the repository browser.