Files
aza/APP/nexus-remote/node_modules/png-to-ico/package.json
2026-03-25 14:14:07 +01:00

51 lines
972 B
JSON

{
"name": "png-to-ico",
"version": "3.0.1",
"description": "convert png to windows ico format",
"type": "module",
"main": "index.js",
"engines": {
"node": ">=20"
},
"bin": {
"png-to-ico": "bin/cli.js"
},
"files": [
"bin/*",
"lib/*",
"*.md",
"index.d.ts"
],
"typings": "index.d.ts",
"scripts": {
"test": "node --test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/steambap/png-to-ico.git"
},
"keywords": [
"png",
"ico",
"favicon",
"favicon-generator",
"fast",
"convert"
],
"author": "Weilin Shi <934587911@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/steambap/png-to-ico/issues"
},
"homepage": "https://github.com/steambap/png-to-ico#readme",
"dependencies": {
"@types/node": "^22.10.3",
"minimist": "^1.2.8",
"pngjs": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}