@rybr/lenses
Version:
a simple and light package meant to ease data traversal, manipulation, mutation, and transformation
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "@rybr/lenses",
"version": "1.0.23",
"description": "a simple and light package meant to ease data traversal, manipulation, mutation, and transformation",
"main": "lenses.js",
"scripts": {
"test": "node ./tests/runtests.js",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RMBraun/lenses.git"
},
"keywords": [
"partial-lenses",
"lenses",
"salesforce",
"sfcc",
"data",
"traversal",
"transformation"
],
"author": "Ryan Braun",
"license": "MIT",
"bugs": {
"url": "https://github.com/RMBraun/lenses/issues"
},
"homepage": "https://github.com/RMBraun/lenses#readme",
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/preset-env": "^7.13.5",
"babel-loader": "^8.2.2",
"glob": "^7.1.6",
"webpack": "^5.24.1",
"webpack-cli": "^4.5.0"
}
}