mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-14 18:44:32 +00:00
5d1e43611c
Use yarn PnP which forces us to install some more explicit dependencies. Change-Id: Ib35c5c71a37081c98778937bde5a23bf997dd54c
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"name": "eslint",
|
|
"version": "8.57.0-sdk",
|
|
"main": "./lib/api.js",
|
|
"type": "commonjs",
|
|
"bin": {
|
|
"eslint": "./bin/eslint.js"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./lib/api.js",
|
|
"./use-at-your-own-risk": "./lib/unsupported-api.js"
|
|
}
|
|
}
|