react-devtools-core
Version:
Use react-devtools outside of the browser
29 lines (28 loc) • 942 B
JSON
{
"name": "react-devtools-core",
"version": "2.0.6",
"description": "Use react-devtools outside of the browser",
"main": "./build/backend.js",
"repository": {
"url": "https://github.com/facebook/react-devtools.git",
"type": "git"
},
"files": [
"build",
"index.js",
"standalone.js",
"vendor"
],
"scripts": {
"backend": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js",
"backend:watch": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js --watch",
"standalone": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js",
"standalone:watch": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js --watch",
"build": "npm run backend && npm run standalone"
},
"author": "Jared Forsyth",
"license": "BSD-3-Clause",
"dependencies": {
"ws": "^2.0.3"
}
}