UNPKG

676 BJSONView Raw
1{
2 "name": "@rajzik/lumos-common",
3 "version": "2.1.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.8",
27 "@boost/common": "^2.2.0",
28 "execa": "^4.0.3",
29 "fast-glob": "^3.2.4"
30 },
31 "gitHead": "3f3ec2efb15f4be20c215b12b541c6463da3ebbe"
32}