UNPKG

677 BJSONView Raw
1{
2 "name": "@rajzik/lumos-common",
3 "version": "1.11.3",
4 "description": "Common Lumos utilities and constants.",
5 "keywords": [
6 "lumos",
7 "config",
8 "common",
9 "utils"
10 ],
11 "main": "lib/index.js",
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:rajzik/lumos.git",
15 "directory": "packages/lumos-common"
16 },
17 "author": "Silhan Jan",
18 "license": "MIT",
19 "publishConfig": {
20 "access": "public"
21 },
22 "engines": {
23 "node": ">=10.16.0"
24 },
25 "dependencies": {
26 "@beemo/core": "^1.1.7",
27 "@boost/common": "^1.8.4",
28 "execa": "^4.0.0",
29 "fast-glob": "^3.2.2"
30 },
31 "gitHead": "6ab4083bce0612baf93ada19183e8da46b9fd620"
32}