dts-element-fp
Version:
typescript definition generator for functional programming
61 lines (60 loc) • 1.73 kB
JSON
{
"name": "dts-element-fp",
"version": "1.2.0",
"description": "typescript definition generator for functional programming",
"keywords": [
"dts-element",
"functional-programming",
"typescript",
"typescript-definitions"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/ikatyang/dts-element-fp",
"homepage": "https://github.com/ikatyang/dts-element-fp#readme",
"author": {
"name": "Ika",
"email": "ikatyang@gmail.com",
"url": "https://github.com/ikatyang"
},
"license": "MIT",
"scripts": {
"prepublish": "yarn run build",
"lint": "tslint -p ./tsconfig.json --type-check",
"test": "jest -c ./jest.json",
"prebuild": "rm -rf ./lib",
"build": "tsc -p tsconfig.build.json",
"predocs": "rm -rf ./docs",
"docs": "typedoc src/*.ts --out ./docs --mode file --excludeNotExported --excludeExternals --excludePrivate",
"prerelease": "yarn run docs && git add ./docs --all && git commit -m 'docs: update documentation'",
"release": "standard-version"
},
"dependencies": {
"ramda": "^0.25.0"
},
"devDependencies": {
"@types/jest": "21.1.10",
"@types/ramda": "ikatyang/types-ramda#e37c398",
"dts-element": "2.3.0",
"jest": "21.2.1",
"prettier": "1.12.1",
"prettier-config-ikatyang": "1.1.1",
"standard-version": "4.3.0",
"ts-jest": "21.2.4",
"tslint": "5.9.1",
"tslint-config-ikatyang": "2.5.1",
"tslint-config-prettier-ext": "1.5.0",
"tslint-plugin-prettier": "1.3.0",
"typedoc": "0.11.1",
"typescript": "2.8.3"
},
"peerDependencies": {
"dts-element": "^2.2.0"
},
"engines": {
"node": ">= 4"
},
"files": [
"/lib/**/*"
]
}