adapta
Version:
A simple Typescript library for adapting data from one schema to another
45 lines (44 loc) • 1.14 kB
JSON
{
"name": "adapta",
"version": "0.1.4",
"description": "A simple Typescript library for adapting data from one schema to another",
"keywords": [
"typescript",
"adaptation",
"transforms",
"transformation",
"morphism",
"mapper",
"data",
"validation"
],
"main": "./dist/index.js",
"scripts": {
"prebuild": "rm -rf ./dist/",
"build": "tsc",
"clean": "rm -rf ./dist/",
"test": "karma start --single-run",
"posttest": "codecov"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/jasmine": "^3.6.10",
"codecov": "^3.8.1",
"jasmine": "^3.7.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
"karma-typescript": "^5.5.1",
"typescript": "4.2.4"
},
"homepage": "https://github.com/malero/adapta",
"git": "https://github.com/malero/adapta",
"typings": "./dist/index.d.ts",
"author": "Malero <contact@maleero.com> (http://www.maleero.com/)",
"bugs": {
"url": "https://github.com/malero/adapta/issues",
"email": "contact@maleero.com"
}
}