{ "name": "embark-collective", "version": "5.0.0-alpha.5", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "You will be assimilated", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/utils/collective#readme", "repository": { "directory": "packages/utils/collective", "type": "git", "url": "https://github.com/embark-framework/embark.git" }, "keywords": [], "license": "MIT", "bin": "./bin/collective", "main": "index.js", "files": [], "scripts": { "build": "run-p build:node build:browser", "build:browser": "node bin/collective build:browser", "build:browser:watch": "node bin/collective build:browser --verbose --watch", "build:node": "node bin/collective build:node", "build:node:watch": "node bin/collective build:node --verbose --watch", "build:watch": "run-p build:node:watch build:browser:watch", "// ci": "npm run qa", "clean": "npm run reset", "// lint": "node bin/collective lint", "// lint:fix": "npm run lint -- --fix", "// qa": "run-s typecheck lint test build", "// reset": "node bin/collective reset && npx rimraf embark-*.tgz package", "reset": "npx rimraf embark-*.tgz package", "start": "npm run watch", "// start:fix": "npm run watch+fix", "// test": "node bin/collective test", "typecheck": "node bin/collective typecheck", "watch": "run-p watch:*", "// watch+fix": "run-p watch:build watch:lint:fix watch:test watch:typecheck", "watch:build": "npm run build:watch", "// watch:lint": "npm run lint -- --watch", "// watch:lint:fix": "npm run lint -- --fix --watch", "// watch:test": "npm run test -- --watch", "watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch" }, "devDependencies": { "@babel/cli": "7.7.4", "@babel/core": "7.7.4", "@babel/plugin-proposal-class-properties": "7.7.4", "@babel/plugin-proposal-decorators": "7.7.4", "@babel/plugin-proposal-export-default-from": "7.7.4", "@babel/plugin-proposal-export-namespace-from": "7.7.4", "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4", "@babel/plugin-proposal-optional-chaining": "7.7.4", "@babel/plugin-syntax-dynamic-import": "7.7.4", "@babel/plugin-transform-runtime": "7.7.4", "@babel/preset-env": "7.7.4", "@babel/preset-typescript": "7.7.4", "@lerna/filter-packages": "3.16.0", "babel-plugin-dynamic-import-node": "2.3.0", "babel-plugin-macros": "2.7.1", "embark-inside-monorepo": "^5.0.0-alpha.5", "find-up": "4.1.0", "fs-extra": "8.1.0", "glob": "7.1.4", "lodash.clonedeep": "4.5.0", "lodash.isequal": "4.5.0", "lodash.isplainobject": "4.0.6", "lodash.mergewith": "4.6.2", "minimist": "1.2.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "sort-keys": "4.0.0", "typescript": "3.7.2" }, "engines": { "node": ">=10.17.0 <12.0.0", "npm": ">=6.11.3", "yarn": ">=1.19.1" } }