@types/ramda
Version:
TypeScript definitions for ramda
57 lines • 1.71 kB
JSON
{
"name": "@types/ramda",
"version": "0.31.1",
"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/",
"./src/": "./src/",
"./dist/": "./dist/",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/ramda"
},
"scripts": {},
"dependencies": {
"types-ramda": "^0.31.0"
},
"peerDependencies": {},
"typesPublisherContentHash": "cf4e70974ca63931ae5133c8a83f2e6089856c91ee3c788fdae1ab84b44a79ff",
"typeScriptVersion": "5.2"
}