package.json
{
"name": "objectivize",
"version": "2.0.1",
"description": "An object-manipulation utility library",
"main": "lib/objectivize.umd.js",
"module": "lib/objectivize.esm.js",
"scripts": {
"test": "mocha --require esm --exit",
"compile": "./node_modules/.bin/rollup -c",
"coverage": "cross-env NODE_ENV=test nyc mocha",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryandabler/objectivize.git"
},
"author": "Ryan Dabler <r.p.dabler@gmail.com> (https://ryandabler.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryandabler/objectivize/issues"
},
"homepage": "https://github.com/ryandabler/objectivize#readme",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@rollup/plugin-node-resolve": "^7.0.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"cross-env": "^6.0.3",
"esm": "^3.2.25",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"rollup": "^1.29.0",
"rollup-plugin-terser": "^5.2.0",
"sinon": "^8.0.4"
},
"dependencies": {
"tupos": "^2.0.0"
}
}