url-icon
Version:
.url shortcut add and down .ico
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "url-icon",
"version": "1.0.12",
"description": ".url shortcut add and down .ico",
"main": "index.ts",
"type": "module",
"bin": {
"url-icon": "./bin/index.js"
},
"files": [
"/bin"
],
"scripts": {
"dev": "nodemon -e 'ts' --exec \"node --inspect --loader ts-node/esm\" ./src/index.ts",
"build": "tsc",
"version": "npm version patch",
"push": "npm publish"
},
"keywords": [
".url",
".ico",
"shortcut",
"favicon.ico"
],
"dependencies": {
"axios": "1.10.0",
"cheerio": "1.1.0",
"icon-gen": "^5.0.0"
},
"devDependencies": {
"@types/node": "20.17.50",
"ts-node": "10.9.2"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=9.6.1"
},
"bugs": {
"url": "https://github.com/lqzhgood/url-Icon/issues"
},
"homepage": "https://github.com/lqzhgood/url-Icon#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lqzhgood/url-Icon.git"
},
"author": "lqzh",
"license": "GPLv3"
}