diff --git a/package-support.json b/package-support.json new file mode 100644 index 000000000..4eabb970e --- /dev/null +++ b/package-support.json @@ -0,0 +1,16 @@ +{ + "versions": [ + { + "version": "*", + "target": { + "node": "supported" + }, + "response": { + "type": "time-permitting" + }, + "backing": { + "npm-funding": true + } + } + ] +} diff --git a/package.json b/package.json index 0f4c0e441..f4eaa676f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "files": [ "index.js", "esm.mjs", - "typings/index.d.ts" + "typings/index.d.ts", + "package-support.json" ], "type": "commonjs", "dependencies": {}, @@ -62,5 +63,6 @@ }, "engines": { "node": ">= 10" - } + }, + "support": true }