UNPKG

@types/ramda

Version:
57 lines 1.73 kB
{ "name": "@types/ramda", "version": "0.32.0", "description": "TypeScript definitions for ramda", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ramda", "license": "MIT", "contributors": [ { "name": "Harris Miller", "githubUsername": "harris-miller", "url": "https://github.com/harris-miller" }, { "name": "Nicholai Nissen", "githubUsername": "Nicholaiii", "url": "https://github.com/Nicholaiii" }, { "name": "Kevin Wallace", "githubUsername": "kedashoe", "url": "https://github.com/kedashoe" }, { "name": "Wang Zengdi", "githubUsername": "adispring", "url": "https://github.com/adispring" } ], "main": "", "types": "index.d.ts", "exports": { ".": { "require": "./src/index.js", "import": "./es/index.js", "default": "./src/index.js" }, "./es/*": "./es/*.js", "./src/*": "./src/*.js", "./dist/*": "./dist/*.js", "./es": "./es/index.js", "./src": "./src/index.js", "./dist": "./dist/index.js", "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/ramda" }, "scripts": {}, "dependencies": { "types-ramda": "^0.32.0" }, "peerDependencies": {}, "typesPublisherContentHash": "4c89b53d2f15e8b8163317e705df02c67533224f1144f4544a9b0122e238939c", "typeScriptVersion": "5.6" }