UNPKG

1.35 kBJSONView Raw
1{
2 "name": "@beemo/core",
3 "version": "1.0.3",
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/core": "^1.12.1",
32 "@boost/event": "^1.0.2",
33 "@types/fs-extra": "^8.0.0",
34 "@types/is-glob": "^4.0.1",
35 "@types/lodash": "^4.14.135",
36 "@types/micromatch": "^3.1.0",
37 "@types/node": "^12.0.12",
38 "@types/yargs": "^13.0.0",
39 "@types/yargs-parser": "^13.0.0",
40 "chalk": "^2.4.2",
41 "execa": "^2.0.2",
42 "fast-glob": "^3.0.3",
43 "fs-extra": "^8.1.0",
44 "hygen": "^4.0.7",
45 "is-glob": "^4.0.1",
46 "lodash": "^4.17.11",
47 "micromatch": "^4.0.2",
48 "optimal": "^3.2.1",
49 "yargs": "^13.2.4",
50 "yargs-parser": "^13.1.1"
51 },
52 "devDependencies": {
53 "@boost/test-utils": "^1.2.3"
54 },
55 "gitHead": "d3e53d434224394d01a3092701f6891ed3fbf534"
56}