@yodata/transform
Version:
declarative, JSON transformation library
70 lines (69 loc) • 1.66 kB
JSON
{
"name": "@yodata/transform",
"description": "declarative, JSON transformation library",
"version": "1.6.10",
"author": "yodaveduran <dave@yodata.io> (https://yodata.io/)",
"access": "public",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"assert-plus": "^1.0.0",
"caller-path": "^2.0.0",
"chalk": "^3.0.0",
"cross-fetch": "^3.0.4",
"debug": "^4.1.1",
"fs-extra": "^7.0.1",
"got": "^9.6.0",
"immutable": "^4.0.0-rc.12",
"js-yaml": "^3.12.1",
"jsonata": "^1.6.4",
"kind-of": "^6.0.2",
"lodash": "^4.17.11",
"p-props": "^3.1.0",
"sort-object-keys": "^1.1.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@types/assert-plus": "^1.0.4",
"@types/got": "^9.6.9",
"@types/p-props": "^1.0.2",
"eslint": "^5.13",
"eslint-config-oclif": "^3.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"nock": "^11.7.2"
},
"directories": {
"example": "examples",
"lib": "src",
"test": "__tests__"
},
"engines": {
"node": ">=8.10"
},
"files": [
"src"
],
"gitHead": "549ba391bb9072c17724f2431969751cdb528ca0",
"homepage": "https://github.com/Yodata/yodata/tree/master/packages/transform#readme",
"jest": {
"testEnvironment": "node"
},
"keywords": [
"data",
"json",
"object",
"schema",
"transform"
],
"license": "MIT",
"main": "src/index.js",
"scripts": {
"commit": "npx git-cz",
"test": "npx jest --env node"
}
}