pyseoa-ts
Version:
SEO analysis tools for the web, ported from pyseoa (Python) to TypeScript
48 lines (47 loc) • 974 B
JSON
{
"name": "pyseoa-ts",
"version": "0.2.0",
"description": "SEO analysis tools for the web, ported from pyseoa (Python) to TypeScript",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"funding": {
"type": "individual",
"url": "https://www.paypal.com/donate/?business=6Y72SJVNPAU4S&amount=5&no_recurring=0¤cy_code=EUR"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"dev": "tsc --watch"
},
"keywords": [
"seo",
"analyzer",
"typescript",
"vite",
"react",
"vercel",
"pyseoa"
],
"author": "masem - Mario Semper",
"license": "MIT",
"peerDependencies": {
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"cheerio": "^1.1.0",
"typescript": "^5.8.3"
},
"dependencies": {
"vitest": "^3.2.4"
}
}