Repository URL to install this package:
|
Version:
1.2.8 ▾
|
composition
/
package.json
|
|---|
{
"name": "composition",
"version": "1.2.8",
"main": "dist/index.js",
"description": "coerce & pluck data with commonly named types",
"dependencies": {
"chain-able": "4.0.6",
"exotic": "^1.2.8",
"lodash": "latest"
},
"scripts": {
"prepublish": "make publish"
},
"devDependencies": {
"@skava/tests": "^1.2.8",
"@skava/tslint": "^1.2.6",
"@types/jest": "latest",
"@types/lodash": "latest",
"jest": "latest",
"jest-cli": "latest",
"ramda": "0.25.0",
"ts-jest": "latest",
"typescript": "next"
}
}