mappingutils
Version:
Lightweight JSON transformation utility.
50 lines (49 loc) • 1.17 kB
JSON
{
"name": "mappingutils",
"description": "Lightweight JSON transformation utility.",
"version": "2.2.3",
"author": "bcarpio181@gmail.com",
"type": "module",
"types": "dist/main.d.ts",
"engines": {
"node": ">=18"
},
"main": "dist/main.js",
"module": "dist/main.js",
"files": [
"dist"
],
"scripts": {
"generate": "node src/bin/generateParser.js",
"test": "node --test",
"debug": "npm test -- --inspect-brk",
"release": "release-it",
"build": "tsc --build"
},
"dependencies": {
"jison": "^0.4.18",
"jsonpath": "1.1.1"
},
"keywords": [
"mapping",
"transformation",
"transform",
"data-transformation",
"json",
"json2json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/brunocarpio/mappingutils.git"
},
"license": "MIT",
"prettier": {
"tabWidth": 4
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/node": "^22.10.2",
"prettier": "^3.5.0",
"release-it": "^17.1.1"
}
}