diff --git a/package.json b/package.json index 2596911..04bfc1d 100644 --- a/package.json +++ b/package.json @@ -1,91 +1,95 @@ { - "name": "@cresteem/hawk-js", - "displayName": "Hawk JS", - "version": "1.0.7", - "description": "Hawk JS: Generate and submit sitemap.xml and robot.txt to search engines with a command.", - "main": "./dist/hawk.js", - "exports": { - "import": "./dist/hawk.js", - "require": "./dist/hawk.js", - "types": "./dist/types/hawk.d.ts" - }, - "files": [ - "dist" - ], - "directories": { - "lib": "./dist/lib" - }, - "engines": { - "node": ">=21.7.3", - "npm": ">=10.5.0" - }, - "preferGlobal": true, - "bin": { - "hawk": "./dist/bin/CLIDriver.js" - }, - "repository": "https://github.com/cresteem/Hawk-JS", - "bugs": { - "url": "https://github.com/cresteem/Hawk-JS/issues" - }, - "homepage": "https://www.cresteem.com/opensource/hawk-js", - "author": "CRESTEEM ", - "maintainers": [ - "CRESTEEM ", - "DARSAN " - ], - "license": "Apache-2.0", - "private": false, - "scripts": { - "dev": "rimraf dist && tsc -p tscdev.json && ncp ./hawk.config.json ./dist/hawk.config.json", - "dr": "cls && yarn dev && yarn rp", - "rp": "node --no-warnings ./dist/hawk.js", - "test": "jest", - "build": "cls && eslint && rimraf dist && tsc -p tsconfig.json && ncp ./hawk.config.json ./dist/hawk.config.json", - "watch": "tsc --watch", - "clean": "cls && rimraf dist", - "deploy": "yarn test && yarn build && yarn publish --access public && git push" - }, - "keywords": [ - "Sitemap", - "Generator", - "automate", - "submission", - "Feeder", - "Hinter", - "indexnow", - "google", - "console", - "indexing", - "api", - "SEO", - "Search", - "Engine", - "Optimization" - ], - "dependencies": { - "basic-ftp": "5.0.5", - "glob": "10.3.15", - "googleapis": "140.0.0", - "jstoxml": "5.0.1", - "luxon": "3.4.4", - "yargs": "17.7.2" - }, - "devDependencies": { - "@babel/core": "7.24.5", - "@babel/preset-env": "7.24.5", - "@babel/preset-typescript": "7.24.1", - "@types/jest": "29.5.12", - "@types/jstoxml": "2.0.4", - "@types/luxon": "3.4.2", - "@typescript-eslint/eslint-plugin": "7.7.0", - "@typescript-eslint/parser": "7.13.0", - "babel-jest": "29.7.0", - "eslint": "^9.5.0", - "jest": "29.7.0", - "ncp": "2.0.0", - "rimraf": "5.0.5", - "ts-node": "10.9.2", - "typescript": "5.4.5", - "xsd-schema-validator": "^0.9.0" - } + "name": "@cresteem/hawk-js", + "displayName": "Hawk JS", + "version": "1.0.8", + "description": "Hawk JS is an advanced sitemap generator and deployer designed to enhance your website's search engine optimization (SEO). It automates the creation of comprehensive sitemaps and simplifies submission to major search engines like Google, Bing, Yahoo, Yandex, and more, ensuring your site is indexed accurately and quickly.", + "main": "./dist/hawk.js", + "exports": { + "import": "./dist/hawk.js", + "require": "./dist/hawk.js", + "types": "./dist/types/hawk.d.ts" + }, + "files": [ + "dist" + ], + "directories": { + "lib": "./dist/lib" + }, + "engines": { + "node": ">=21.7.3", + "npm": ">=10.5.0" + }, + "preferGlobal": true, + "bin": { + "hawk": "./dist/bin/CLIDriver.js" + }, + "repository": "https://github.com/cresteem/Hawk-JS", + "bugs": { + "url": "https://github.com/cresteem/Hawk-JS/issues" + }, + "homepage": "https://hawkjs.cresteem.com", + "author": "CRESTEEM ", + "maintainers": [ + "CRESTEEM ", + "DARSAN " + ], + "license": "Apache-2.0", + "private": false, + "scripts": { + "dev": "rimraf dist && tsc -p tscdev.json && ncp ./hawk.config.json ./dist/hawk.config.json", + "dr": "cls && yarn dev && yarn rp", + "rp": "node --no-warnings ./dist/hawk.js", + "test": "jest", + "build": "cls && eslint && rimraf dist && tsc -p tsconfig.json && ncp ./hawk.config.json ./dist/hawk.config.json", + "watch": "tsc --watch", + "clean": "cls && rimraf dist", + "deploy": "yarn test && yarn build && yarn publish --access public && git push" + }, + "keywords": [ + "seo automation", + "sitemap generator", + "sitemap", + "search engine optimization", + "web development", + "site indexing", + "open-source", + "search engines", + "google", + "bing", + "yahoo", + "yandex", + "indexnow", + "real-time updates", + "webmaster tools", + "content management", + "digital marketing", + "cresteem", + "hawk js" + ], + "dependencies": { + "basic-ftp": "5.0.5", + "glob": "10.3.15", + "googleapis": "140.0.0", + "jstoxml": "5.0.1", + "luxon": "3.4.4", + "yargs": "17.7.2" + }, + "devDependencies": { + "@babel/core": "7.24.5", + "@babel/preset-env": "7.24.5", + "@babel/preset-typescript": "7.24.1", + "@types/jest": "29.5.12", + "@types/jstoxml": "2.0.4", + "@types/luxon": "3.4.2", + "@typescript-eslint/eslint-plugin": "7.7.0", + "@typescript-eslint/parser": "7.13.0", + "babel-jest": "29.7.0", + "eslint": "^9.5.0", + "jest": "29.7.0", + "ncp": "2.0.0", + "rimraf": "5.0.5", + "ts-node": "10.9.2", + "typescript": "5.4.5", + "xsd-schema-validator": "^0.9.0" + } }