UNPKG

835 BJSONView Raw
1{
2 "name": "@compas/stdlib",
3 "version": "0.0.171",
4 "description": "All kinds of utility functions",
5 "main": "./index.js",
6 "exports": "./index.js",
7 "types": "./index.d.ts",
8 "type": "module",
9 "keywords": [
10 "compas",
11 "stdlib",
12 "standard",
13 "logger"
14 ],
15 "license": "MIT",
16 "dependencies": {
17 "@types/node": "16.11.6",
18 "dotenv": "10.0.0",
19 "lodash.merge": "4.6.2",
20 "pino": "7.0.5"
21 },
22 "maintainers": [
23 {
24 "name": "Dirk de Visser",
25 "email": "dirkdev98@gmail.com"
26 },
27 {
28 "name": "Daniël Hansen"
29 }
30 ],
31 "homepage": "https://compasjs.com",
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/compasjs/compas.git",
35 "directory": "packages/stdlib"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "engines": {
41 "node": ">=16"
42 }
43}