@devtools-ds/object-inspector
Version:
An emulation of the Chrome and Firefox object inspector, which allows you to view JavaScript objects in the console.
52 lines (51 loc) • 1.19 kB
JSON
{
"name": "@devtools-ds/object-inspector",
"version": "1.2.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist",
"repository": "https://github.com/intuit/devtools-ds",
"author": "Tyler Krupicka github@tylerkrupicka.com",
"contributors": [
"Tyler Krupicka github@tylerkrupicka.com"
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"sideEffects": [
"*.css",
"dist/esm/index.js"
],
"scripts": {
"clean": "ds clean",
"build": "ds build",
"dev": "ds dev",
"storybook": "ds storybook start",
"start": "ds build --watch",
"test": "ds test",
"lint": "ds lint",
"size": "ds size"
},
"dependencies": {
"@babel/runtime": "7.7.2",
"@devtools-ds/object-parser": "^1.2.1",
"@devtools-ds/themes": "^1.2.1",
"@devtools-ds/tree": "^1.2.1",
"clsx": "1.1.0"
},
"peerDependencies": {
"react": ">= 16.8.6"
},
"files": [
"dist",
"src",
"!*.snippet.*",
"!*theme.*",
"!*.test.*",
"!__snapshots__",
"!__tests__"
],
"gitHead": "53e5c67af2fa62f8044be93fb6e2af8573988aa4"
}