UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@beemo/core",
3 "version": "1.1.0",
4 "description": "Manage all dev tool configurations in a single centralized repository.",
5 "keywords": [
6 "beemo",
7 "build",
8 "tool",
9 "config",
10 "manager",
11 "babel",
12 "eslint",
13 "flow",
14 "jest",
15 "prettier",
16 "typescript"
17 ],
18 "main": "./lib/index.js",
19 "types": "./lib/index.d.ts",
20 "engines": {
21 "node": ">=8.9.0"
22 },
23 "repository": "https://github.com/beemojs/beemo/tree/master/packages/core",
24 "author": "Miles Johnson",
25 "license": "MIT",
26 "publishConfig": {
27 "access": "public"
28 },
29 "dependencies": {
30 "@beemo/dependency-graph": "^1.0.1",
31 "@boost/common": "^1.6.0",
32 "@boost/core": "^1.16.0",
33 "@boost/event": "^1.1.1",
34 "@types/micromatch": "^3.1.1",
35 "@types/yargs": "^13.0.0",
36 "@types/yargs-parser": "^13.0.0",
37 "chalk": "^3.0.0",
38 "execa": "^3.4.0",
39 "fast-glob": "^3.0.4",
40 "fs-extra": "^8.1.0",
41 "hygen": "^5.0.3",
42 "is-glob": "^4.0.1",
43 "lodash": "^4.17.15",
44 "micromatch": "^4.0.2",
45 "optimal": "^3.3.0",
46 "yargs": "^15.0.2",
47 "yargs-parser": "^16.1.0"
48 },
49 "devDependencies": {
50 "@boost/test-utils": "^1.4.0"
51 },
52 "gitHead": "ddabedd974a9fcb72ecccdc4506e0969b68f04db"
53}