sharp-mapper
Version:
JavaScript mapping module
33 lines (32 loc) • 644 B
JSON
{
"name": "sharp-mapper",
"version": "3.0.0",
"description": "JavaScript mapping module",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Youssef93/sharp-mapper"
},
"author": "",
"license": "MIT",
"dependencies": {
"dayjs": "^1.10.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"adm-zip": "^0.5.3",
"axios": "^0.21.1",
"chai": "^4.3.0",
"mocha": "^8.3.0"
},
"keywords": [
"Mapping",
"JSON",
"Objects",
"Schema",
"JSON Schema"
]
}