Skip to content

Commit

Permalink
All dependencies updated and removed unwanted one
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Nov 26, 2024
1 parent c9bb977 commit 9e85726
Show file tree
Hide file tree
Showing 5 changed files with 1,148 additions and 1,372 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '21'
node-version: '20'
cache: yarn

- name: Install dependencies
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
node_modules
dist
sitemap.xml
robot.txt
gserv.json
sample-op
credentials
.hawk.lrs
secrets.json

File renamed without changes.
184 changes: 90 additions & 94 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,95 +1,91 @@
{
"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 <[email protected]>",
"maintainers": [
"CRESTEEM <[email protected]>",
"DARSAN <[email protected]>"
],
"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"
}
}
"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 <[email protected]>",
"maintainers": [
"CRESTEEM <[email protected]>",
"DARSAN <[email protected]>"
],
"license": "Apache-2.0",
"private": false,
"scripts": {
"dev": "rimraf dist && tsc -p dev/tscdev.json",
"test": "jest",
"build": "cls && eslint && rimraf dist && tsc -p tsconfig.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": "11.0.0",
"googleapis": "144.0.0",
"jstoxml": "5.0.2",
"luxon": "3.5.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@types/jest": "29.5.14",
"@types/jstoxml": "2.0.4",
"@types/luxon": "3.4.2",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"babel-jest": "29.7.0",
"eslint": "^9.15.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
}
}
Loading

0 comments on commit 9e85726

Please sign in to comment.