rawkit
Version:
Open chrome devtools debugger
89 lines (88 loc) • 1.98 kB
JSON
{
"name": "rawkit",
"version": "1.5.0",
"description": "Open chrome devtools debugger",
"bin": {
"rawkit": "index.js"
},
"main": "index.js",
"scripts": {
"test": "mocha ./test/index.test.js",
"lint": "eslint .",
"bundle": "node ./scripts/bundle.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darcyclarke/rawkit.git"
},
"devDependencies": {
"alex": "^7.1.0",
"archiver": "^3.0.0",
"babel-core": "6.26.3",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "6.24.1",
"bdd-stdin": "0.2.0",
"chai": "4.2.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"mocha": "6.1.4",
"pre-git": "3.17.1",
"standard-version": "6.0.1"
},
"keywords": [
"inspect",
"node",
"devtools",
"developer",
"tools",
"open",
"opn",
"chrome",
"debug",
"node",
"debugger",
"browser",
"inspector",
"fast"
],
"author": "Darcy Clarke <darcy@darcyclarke.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/darcyclarke/rawkit/issues"
},
"homepage": "https://github.com/darcyclarke/rawkit#readme",
"config": {
"commit-msg": "conventional",
"pre-git": {
"pre-push": [
"echo 'Pre-push checks...' && exit 0",
"npm run lint",
"npm test",
"NODE_ENV=production yarn"
]
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"debug": "^4.1.1",
"deep-extend": "^0.6.0",
"extend": "^3.0.2",
"getos": "^3.1.1",
"opn": "6.0.0",
"semver": "^6.1.1",
"yargs": "13.2.4"
},
"release": {
"analyzeCommits": "simple-commit-message"
}
}