embark/packages/utils/collective/package.json

69 lines
2.5 KiB
JSON

{
"name": "embark-collective",
"version": "4.1.1",
"author": "Michael Bradley <michaelsbradleyjr@gmail.com> (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": "node bin/collective reset",
"// lint": "node bin/collective lint",
"// lint:fix": "npm run lint -- --fix",
"// qa": "run-s typecheck lint test build",
"// reset": "node bin/collective reset",
"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.6.2",
"@babel/core": "7.6.2",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-decorators": "7.6.0",
"@babel/plugin-proposal-optional-chaining": "7.6.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-runtime": "7.6.2",
"@babel/preset-env": "7.6.2",
"@babel/preset-typescript": "7.6.0",
"@lerna/filter-packages": "3.16.0",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-macros": "2.6.1",
"embark-inside-monorepo": "^4.1.1",
"find-up": "4.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"lodash.clonedeep": "4.5.0",
"minimist": "1.2.0",
"npm-run-all": "4.1.5"
},
"engines": {
"node": ">=8.12.0 <12.0.0",
"npm": ">=6.4.1",
"yarn": ">=1.12.3"
}
}