chore: add package.json

This commit is contained in:
2026-08-13 09:54:03 +05:00
parent 72ad64010a
commit 6c9f9470c8
+20
View File
@@ -0,0 +1,20 @@
{
"name": "easy-png-tools",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Ku6epXBOCTuK",
"license": "MIT",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "^11.20.0",
"onFail": "download"
}
},
"type": "module"
}