dom-json-tree
Version:
Visualize the JSON object to the DOM.
56 lines (55 loc) • 1.32 kB
JSON
{
"name": "dom-json-tree",
"version": "1.0.7",
"description": "Visualize the JSON object to the DOM.",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "jest",
"lint": "run-p lint:*",
"lint:js": "eslint src",
"format": "run-s format:*",
"format:js": "prettier-eslint --write 'src/**/*.js'",
"precommit": "lint-staged"
},
"keywords": [
"json",
"visualize",
"superfine"
],
"repository": {
"type": "git",
"url": "git+https://github.com/t4y3/dom-json-tree.git"
},
"author": "",
"license": "ISC",
"lint-staged": {
"src/**/*.js": [
"prettier-eslint --write",
"eslint",
"git add"
]
},
"dependencies": {
"superfine": "^6.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.4.3",
"babel-core": "^6.26.3",
"babel-jest": "^24.7.1",
"babel-preset-env": "^1.7.0",
"eslint": "^5.3.0",
"husky": "^1.3.1",
"jest": "^24.7.1",
"lint-staged": "^8.1.5",
"npm-check-updates": "^3.1.8",
"npm-run-all": "^4.1.3",
"prettier-eslint-cli": "^4.7.1",
"regenerator-runtime": "^0.13.2",
"rollup": "^1.10.1",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-uglify": "^6.0.2"
}
}