json-table-converter
Version:
convert any json to table
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "json-table-converter",
"version": "0.3.0",
"description": "convert any json to table",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"scripts": {
"build": "rollup -c",
"bump": "standard-version",
"fix": "eslint --fix .",
"release": "git push --follow-tags origin master && npm publish --registry=https://registry.npmjs.org",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/chuyik/json-table-converter.git"
},
"keywords": [
"convert",
"json",
"to",
"table"
],
"author": "zhuyiteng",
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"eslint": "^6.6.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"replace": "^1.0.0",
"rollup": "^1.27.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"standard-version": "^7.0.0"
}
}