embark/packages/utils/collective/package.json

69 lines
2.4 KiB
JSON

{
"name": "embark-collective",
"version": "5.2.3",
"author": "Michael Bradley <michaelsbradleyjr@gmail.com> (https://github.com/michaelsbradleyjr/)",
"description": "You will be assimilated",
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/collective#readme",
"repository": {
"directory": "packages/utils/collective",
"type": "git",
"url": "https://github.com/embarklabs/embark.git"
},
"keywords": [],
"license": "MIT",
"bin": "./bin/collective",
"main": "./src/index.js",
"files": [],
"scripts": {
"_lint": "eslint bin/collective src/",
"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"
},
"eslintConfig": {
"extends": "../../../.eslintrc.json"
},
"devDependencies": {
"@lerna/filter-packages": "3.16.0",
"embark-inside-monorepo": "^5.2.3",
"eslint": "6.8.0",
"find-up": "4.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"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",
"npm": ">=6.11.3",
"yarn": ">=1.19.1"
}
}