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