mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* update to yarn 4 * update project to yarn 4 * update tetherdrop archive * update sdks * change puppeteer image to official node 20 one * revert previous, use grafana/docker-puppeteer:pre-node-20 instead * okay, try original docker image, but use npx instead of yarn for wait-on * remove wait-on from deps as we use it via npx now * yarn dedupe * remove logs from drone * empty commit testing yarn cache :) * comment explaining why no -y
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"name": "eslint",
|
|
"version": "8.52.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"
|
|
}
|
|
}
|