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.3 KB
Line 
1{
2 "name": "types-ramda",
3 "version": "0.29.7",
4 "description": "Dedicated types library for ramda",
5 "author": "Harris Miller <harrismillerconsulting@gmail.com>",
6 "contributors": [
7 {
8 "name": "Harris Miller",
9 "email": "harrismillerconsulting@gmail.com",
10 "web": "https://github.com/harris-miller"
11 }
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/ramda/types.git"
16 },
17 "license": "MIT",
18 "keywords": [
19 "ramda",
20 "functional",
21 "utils",
22 "utilities",
23 "toolkit",
24 "fp",
25 "tacit",
26 "point-free",
27 "curried",
28 "pure",
29 "fantasy-land",
30 "typescript",
31 "types",
32 "ts",
33 "@types/ramda"
34 ],
35 "sideEffects": false,
36 "files": [
37 "es",
38 "src"
39 ],
40 "types": "./es/index.d.ts",
41 "scripts": {
42 "build": "node scripts/buildTypes.mjs",
43 "lint": "eslint . --max-warnings=0",
44 "test": "tsd",
45 "typecheck": "tsc -p tsconfig.types.json --noEmit"
46 },
47 "tsd": {
48 "directory": "test/"
49 },
50 "dependencies": {
51 "ts-toolbelt": "^9.6.0"
52 },
53 "devDependencies": {
54 "@typescript-eslint/eslint-plugin": "^6.7.4",
55 "@typescript-eslint/parser": "^6.7.4",
56 "dox": "^1.0.0",
57 "eslint": "^8.50.0",
58 "eslint-plugin-import": "^2.28.1",
59 "ramda": "^0.29.1",
60 "tsd": "^0.29.0",
61 "typescript": "^5.2.2",
62 "xyz": "^4.0.0"
63 }
64}
Note: See TracBrowser for help on using the repository browser.