UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@beemo/core",
3 "version": "2.0.0",
4 "release": "1614239076609",
5 "description": "Manage all dev tool configurations in a single centralized repository.",
6 "keywords": [
7 "beemo",
8 "build",
9 "tool",
10 "config",
11 "manager",
12 "babel",
13 "eslint",
14 "flow",
15 "jest",
16 "prettier",
17 "typescript"
18 ],
19 "main": "./lib/index.js",
20 "types": "./dts/index.d.ts",
21 "files": [
22 "dts/**/*.d.ts",
23 "lib/**/*.{js,map}",
24 "resources/**/*.yaml",
25 "src/**/*.{ts,tsx,json}",
26 "test.d.ts",
27 "test.js"
28 ],
29 "engines": {
30 "node": ">=12.17.0",
31 "npm": ">=6.13.0"
32 },
33 "repository": {
34 "type": "git",
35 "url": "git@github.com:beemojs/beemo.git",
36 "directory": "packages/core"
37 },
38 "author": "Miles Johnson",
39 "license": "MIT",
40 "publishConfig": {
41 "access": "public"
42 },
43 "dependencies": {
44 "@boost/args": "^2.3.3",
45 "@boost/common": "^2.8.1",
46 "@boost/config": "^2.5.1",
47 "@boost/debug": "^2.2.7",
48 "@boost/event": "^2.3.3",
49 "@boost/internal": "^2.2.3",
50 "@boost/log": "^2.2.7",
51 "@boost/pipeline": "^2.2.7",
52 "@boost/plugin": "^2.4.1",
53 "@boost/terminal": "^2.2.2",
54 "@boost/translate": "^2.2.7",
55 "execa": "^5.1.1",
56 "fast-glob": "^3.2.7",
57 "fs-extra": "^10.0.0",
58 "hygen": "^6.1.0",
59 "is-glob": "^4.0.1",
60 "lodash": "^4.17.21",
61 "micromatch": "^4.0.4"
62 },
63 "devDependencies": {
64 "@boost/test-utils": "^2.3.2",
65 "@types/micromatch": "^4.0.2"
66 },
67 "funding": {
68 "type": "ko-fi",
69 "url": "https://ko-fi.com/milesjohnson"
70 },
71 "packemon": {
72 "inputs": {
73 "index": "src/index.ts",
74 "test": "src/test.ts"
75 },
76 "platform": "node",
77 "format": "lib"
78 },
79 "gitHead": "c3b880cacaf450a1f80747aba1689c0169cd9536"
80}