-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 968 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@pnpmfiles/nolyfill",
"version": "0.0.2",
"description": "pnpm config that replaces unnecessary polyfills with native implementations.",
"keywords": [
"pnpm"
],
"homepage": "https://github.com/lishaduck/pnpmfile-nolyfill#readme",
"bugs": {
"url": "https://github.com/lishaduck/pnpmfile-nolyfill/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lishaduck/pnpmfile-nolyfill.git"
},
"license": "UPL-1.0",
"author": {
"name": "Eli D."
},
"type": "module",
"exports": {
"default": "./.pnpmfile.cjs"
},
"files": [
".pnpmfile.cjs"
],
"scripts": {},
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
"engines": {
"node": "^20.17.0 || >=22.9.0",
"pnpm": ">=10.0.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}