This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@types/ramda",
"version": "0.24.3",
"description": "TypeScript's type definitions for Ramda",
"keywords": [
"ramda",
"typescript",
"typescript-declarations"
],
"repository": "https://github.com/ikatyang/types-ramda",
"homepage": "https://github.com/ikatyang/types-ramda#readme",
"author": {
"name": "Ika",
"email": "[email protected]",
"url": "https://github.com/ikatyang"
},
"license": "MIT",
"scripts": {
"prepublish": "yarn run build",
"lint": "tslint --project ./tsconfig.json",
"test": "jest --config ./jest.json",
"test-actual": "jest --config ./jest.actual.json",
"test-utils": "jest --config ./jest.utils.json",
"build": "gulp build",
"build-watch": "gulp build-watch",
"remap": "gulp remap",
"remap-watch": "gulp remap-watch",
"remap-check": "gulp remap-check",
"jsdoc": "ts-node ./scripts/migrate-jsdoc.ts v0.24.1 ./templates",
"release-tags": "bash ./scripts/release-tags.sh",
"build-check": "tsc -p ./fixtures/build-check/tsconfig.json"
},
"devDependencies": {
"@types/del": "3.0.0",
"@types/glob": "5.0.30",
"@types/gulp": "3.8.33",
"@types/gulp-diff": "1.0.0",
"@types/gulp-rename": "0.0.32",
"@types/gulp-util": "3.0.31",
"@types/jest": "20.0.7",
"@types/node": "8.0.22",
"@types/ramda": "ikatyang/types-ramda#v0.24.1-dist",
"@types/run-sequence": "0.0.29",
"@types/through2": "2.0.33",
"@types/yargs": "8.0.2",
"del": "3.0.0",
"dts-element": "2.2.1",
"dts-element-fp": "1.0.2",
"dts-jest": "20.5.1",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-diff": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-util": "3.0.8",
"jest": "20.0.4",
"prettier": "1.5.3",
"prettier-config-ikatyang": "1.1.1",
"ramda": "0.24.1",
"run-sequence": "2.1.0",
"through2": "2.0.3",
"ts-jest": "20.0.10",
"ts-node": "3.3.0",
"tslint": "5.6.0",
"tslint-config-ikatyang": "2.2.0",
"tslint-config-prettier-ext": "1.5.0",
"tslint-plugin-prettier": "1.0.0",
"typescript": "2.4.2",
"yargs": "8.0.2"
},
"files": [
"/src/**/*",
"/index.d.ts"
]
}