UNPKG

733 BJSONView Raw
1{
2 "name": "@pnp/logging",
3 "version": "3.9.0",
4 "description": "pnp - light-weight, subscribable logging framework",
5 "main": "./index.js",
6 "typings": "./index",
7 "dependencies": {
8 "tslib": "2.4.0"
9 },
10 "funding": {
11 "type": "individual",
12 "url": "https://github.com/sponsors/patrick-rodgers/"
13 },
14 "type": "module",
15 "engines": {
16 "node": ">=14.15.1"
17 },
18 "author": {
19 "name": "Microsoft and other contributors"
20 },
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/pnp/pnpjs/issues"
24 },
25 "homepage": "https://github.com/pnp/pnpjs",
26 "repository": {
27 "type": "git",
28 "url": "git:github.com/pnp/pnpjs"
29 }
30}
\No newline at end of file