{ "name": "bigbrother-webpack-plugin", "version": "1.7.7", "description": "bigbrother client", "main": "lib/index.js", "scripts": { "precommit": "npm run lint-staged", "lint-staged": "lint-staged", "prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish", "clean": "rimraf ./lib", "postinstall": "node postinstall.js", "build": "npm run clean && tsc", "test": "npm run build && TEST=1 mocha -r ts-node/register test/*.test.ts test/**/*.test.ts", "ci": "npm run lint && npm run test", "lint": "tslint --project ./tsconfig.json", "lint:fix": "tslint --fix --project ./tsconfig.json" }, "repository": { "type": "git", "url": "" }, "keywords": [ "monitor" ], "engines": { "node": ">=8.0.0" }, "ci": { "type": "aci", "versions": "8, 10, 12" }, "author": "xiaosheng", "license": "ISC", "devDependencies": { "@ali/ci": "^4.7.0", "@types/chai": "^4.1.7", "@types/ini": "^1.3.29", "@types/mocha": "^5.2.5", "@types/node": "^10.12.1", "@types/uuid": "^3.4.4", "@types/webpack": "^4.4.17", "chai": "^4.2.0", "husky": "^1.1.3", "lint-staged": "^8.0.4", "mm": "^2.4.1", "mocha": "^5.2.0", "np": "^5.0.1", "rimraf": "^2.6.2", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "lint-staged": { "linters": { "src/**/*.ts": "npm run lint" }, "ignore": [ "src/typings/**.ts" ] }, "dependencies": { "bfj": "^6.1.1", "debug": "^4.1.0", "ini": "^1.3.5", "is-ali-env": "^0.1.4", "shameimaru": "^1.0.1", "tslib": "^1.9.3", "uuid": "^3.3.2" } }