1 | {
|
2 | "name": "@pnp/sp",
|
3 | "version": "4.9.0",
|
4 | "description": "pnp - provides a fluent api for working with SharePoint REST",
|
5 | "main": "./index.js",
|
6 | "typings": "./index",
|
7 | "dependencies": {
|
8 | "tslib": "2.7.0",
|
9 | "@pnp/core": "4.9.0",
|
10 | "@pnp/queryable": "4.9.0"
|
11 | },
|
12 | "type": "module",
|
13 | "engines": {
|
14 | "node": ">=18.12.0"
|
15 | },
|
16 | "author": {
|
17 | "name": "Microsoft and other contributors"
|
18 | },
|
19 | "license": "MIT",
|
20 | "bugs": {
|
21 | "url": "https://github.com/pnp/pnpjs/issues"
|
22 | },
|
23 | "homepage": "https://github.com/pnp/pnpjs",
|
24 | "repository": {
|
25 | "type": "git",
|
26 | "url": "git:github.com/pnp/pnpjs"
|
27 | },
|
28 | "maintainers": [
|
29 | {
|
30 | "name": "patrick-rodgers",
|
31 | "email": "patrick.rodgers@microsoft.com"
|
32 | },
|
33 | {
|
34 | "name": "juliemturner",
|
35 | "email": "julie.turner@sympraxisconsulting.com",
|
36 | "url": "https://julieturner.net"
|
37 | },
|
38 | {
|
39 | "name": "bcameron1231",
|
40 | "email": "beau@beaucameron.net",
|
41 | "url": "https://beaucameron.net"
|
42 | }
|
43 | ],
|
44 | "funding": {
|
45 | "type": "individual",
|
46 | "url": "https://github.com/sponsors/patrick-rodgers/"
|
47 | }
|
48 | } |
\ | No newline at end of file |