{ "name": "@packages/extension", "version": "0.0.0-development", "private": true, "main": "index.js", "scripts": { "build": "gulp build", "clean": "gulp clean", "clean-deps": "rimraf node_modules", "postinstall": "echo '@packages/extension needs: yarn build'", "test": "yarn test-unit", "test-debug": "yarn test-unit --inspect-brk=5566", "test-unit": "cross-env NODE_ENV=test mocha -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json", "test-watch": "yarn test-unit --watch", "watch": "node ../../scripts/run-webpack --watch --progress", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "dependencies": { "bluebird": "3.5.3", "lodash": "^4.17.21" }, "files": [ "app", "dist", "lib", "theme" ] }