-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
59 lines (59 loc) · 1.79 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
{
"name": "@types/ramda",
"version": "0.25.0",
"description": "TypeScript's type definitions for Ramda",
"keywords": [
"ramda",
"typescript",
"typescript-declarations"
],
"repository": "https://github.com/types/npm-ramda",
"homepage": "https://github.com/types/npm-ramda#readme",
"scripts": {
"prepublish": "yarn run build",
"lint": "tslint --project ./tsconfig.json",
"lint-dts": "tslint -c ./templates/tslint.json \"templates/**/*.d.ts\"",
"test": "jest --config ./jest.json",
"test-utils": "jest --config ./jest.utils.json",
"build": "gulp build",
"build-watch": "gulp build-watch",
"remap": "dts-jest-remap ./tests/*.ts --outDir ./snapshots",
"remap-watch": "gulp remap-watch",
"jsdoc": "ts-node ./scripts/migrate-jsdoc.ts v$npm_package_version ./templates"
},
"devDependencies": {
"@types/del": "3.0.0",
"@types/glob": "5.0.35",
"@types/gulp": "3.8.33",
"@types/gulp-rename": "0.0.33",
"@types/gulp-util": "3.0.34",
"@types/jest": "22.0.1",
"@types/node": "9.4.0",
"@types/ramda": "ikatyang/types-ramda#v0.24.1-dist",
"@types/run-sequence": "0.0.30",
"@types/through2": "2.0.33",
"@types/yargs": "10.0.1",
"del": "3.0.0",
"dts-element": "2.3.3",
"dts-element-fp": "1.1.2",
"dts-jest": "22.0.3",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-rename": "1.2.2",
"gulp-util": "3.0.8",
"jest": "21.2.1",
"prettier": "1.13.7",
"prettier-config-ikatyang": "1.1.1",
"ramda": "0.25.0",
"run-sequence": "2.2.1",
"through2": "2.0.3",
"ts-jest": "21.2.4",
"ts-node": "4.1.0",
"tslint": "5.9.0",
"tslint-config-ikatyang": "2.5.1",
"tslint-config-prettier": "1.7.0",
"tslint-plugin-prettier": "1.3.0",
"typescript": "2.9.2",
"yargs": "10.1.1"
}
}