Skip to content

Commit 4ca87bb

Browse files
End-User Meta updated
1 parent bbfcdc9 commit 4ca87bb

File tree

1 file changed

+92
-97
lines changed

1 file changed

+92
-97
lines changed

package.json

Lines changed: 92 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,94 @@
11
{
2-
"name": "@cresteem/hawk-js",
3-
"displayName": "Hawk.js",
4-
"version": "1.0.8",
5-
"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.",
6-
"main": "./dist/lib/core.js",
7-
"exports": {
8-
".": {
9-
"types": "./dist/types/lib/core.d.ts",
10-
"import": "./dist/lib/core.js",
11-
"require": "./dist/lib/core.js"
12-
}
13-
},
14-
"files": [
15-
"dist",
16-
"logo/hawkjs-icon.svg"
17-
],
18-
"directories": {
19-
"lib": "./dist/lib"
20-
},
21-
"preferGlobal": true,
22-
"bin": {
23-
"hawk": "./dist/bin/CLIDriver.js"
24-
},
25-
"repository": "https://github.com/cresteem/Hawk.js",
26-
"bugs": {
27-
"url": "https://github.com/cresteem/Hawk.js/issues"
28-
},
29-
"homepage": "https://hawkjs.cresteem.com",
30-
"author": "DARSAN <darsan@cresteem.com>",
31-
"maintainers": [
32-
"CRESTEEM <connect@cresteem.com>",
33-
"DARSAN <darsan@cresteem.com>"
34-
],
35-
"license": "Apache-2.0",
36-
"private": false,
37-
"scripts": {
38-
"dev": "rimraf dist && tsc -p tscdev.json && ncp ./bin/userconfig-template.js ./dist/bin/userconfig-template.js",
39-
"test": "jest",
40-
"build": "cls && eslint && rimraf dist && tsc -p tsconfig.json && ncp ./bin/userconfig-template.js ./dist/bin/userconfig-template.js",
41-
"watch": "tsc --watch",
42-
"clean": "cls && rimraf dist",
43-
"deploy": "yarn test && yarn build && yarn publish --access public && git push",
44-
"start-mock-server": "npx ts-node test/mock-api/app.ts",
45-
"ci-test": "start-server-and-test start-mock-server http://localhost:8080 test"
46-
},
47-
"keywords": [
48-
"seo automation",
49-
"sitemap generator",
50-
"sitemap",
51-
"search engine optimization",
52-
"web development",
53-
"site indexing",
54-
"open-source",
55-
"search engines",
56-
"google",
57-
"bing",
58-
"yahoo",
59-
"yandex",
60-
"indexnow",
61-
"real-time updates",
62-
"webmaster tools",
63-
"content management",
64-
"digital marketing",
65-
"cresteem",
66-
"Hawk.js"
67-
],
68-
"dependencies": {
69-
"basic-ftp": "5.0.5",
70-
"glob": "11.0.0",
71-
"googleapis": "144.0.0",
72-
"jstoxml": "5.0.2",
73-
"luxon": "3.5.0"
74-
},
75-
"devDependencies": {
76-
"@babel/core": "7.26.0",
77-
"@babel/preset-env": "7.26.0",
78-
"@babel/preset-typescript": "7.26.0",
79-
"@types/express": "^5.0.0",
80-
"@types/jest": "29.5.14",
81-
"@types/jstoxml": "2.0.4",
82-
"@types/luxon": "3.4.2",
83-
"@types/node": "^22.10.0",
84-
"@typescript-eslint/eslint-plugin": "8.16.0",
85-
"@typescript-eslint/parser": "8.16.0",
86-
"babel-jest": "29.7.0",
87-
"commander": "^12.1.0",
88-
"eslint": "^9.15.0",
89-
"express": "^4.21.1",
90-
"fast-xml-parser": "^4.5.0",
91-
"jest": "29.7.0",
92-
"ncp": "^2.0.0",
93-
"rimraf": "6.0.1",
94-
"start-server-and-test": "^2.0.8",
95-
"ts-node": "10.9.2",
96-
"typescript": "5.7.2",
97-
"xsd-schema-validator": "^0.10.0"
98-
}
2+
"name": "@cresteem/hawk-js",
3+
"displayName": "Hawk.js",
4+
"version": "1.0.8",
5+
"description": "Hawk.js is an advanced, open-source sitemap generator and SEO automation tool designed to enhance your website's search engine visibility. It automates the creation of comprehensive sitemaps and simplifies their submission to major search engines such as Google, Bing, Yahoo, Yandex, and more. With support for multiple indexing strategies like IndexNow and Google Webmaster Tools, Hawk.js ensures your website is indexed accurately and quickly, driving better SEO performance.",
6+
"main": "./dist/lib/core.js",
7+
"exports": {
8+
".": {
9+
"types": "./dist/types/lib/core.d.ts",
10+
"import": "./dist/lib/core.js",
11+
"require": "./dist/lib/core.js"
12+
}
13+
},
14+
"files": [
15+
"dist",
16+
"logo/hawkjs-icon.svg"
17+
],
18+
"directories": {
19+
"lib": "./dist/lib"
20+
},
21+
"preferGlobal": true,
22+
"bin": {
23+
"hawk": "./dist/bin/CLIDriver.js"
24+
},
25+
"repository": "https://github.com/cresteem/Hawk.js",
26+
"bugs": {
27+
"url": "https://github.com/cresteem/Hawk.js/issues"
28+
},
29+
"homepage": "https://hawkjs.cresteem.com",
30+
"author": "DARSAN <darsan@cresteem.com>",
31+
"maintainers": [
32+
"CRESTEEM <connect@cresteem.com>",
33+
"DARSAN <darsan@cresteem.com>"
34+
],
35+
"license": "Apache-2.0",
36+
"private": false,
37+
"scripts": {
38+
"dev": "rimraf dist && tsc -p tscdev.json && ncp ./bin/userconfig-template.js ./dist/bin/userconfig-template.js",
39+
"test": "jest",
40+
"build": "cls && eslint && rimraf dist && tsc -p tsconfig.json && ncp ./bin/userconfig-template.js ./dist/bin/userconfig-template.js",
41+
"watch": "tsc --watch",
42+
"clean": "cls && rimraf dist",
43+
"deploy": "yarn test && yarn build && yarn publish --access public && git push",
44+
"start-mock-server": "npx ts-node test/mock-api/app.ts",
45+
"ci-test": "start-server-and-test start-mock-server http://localhost:8080 test"
46+
},
47+
"keywords": [
48+
"seo automation",
49+
"sitemap generator",
50+
"seo tools",
51+
"web development",
52+
"site indexing",
53+
"open-source",
54+
"search engines",
55+
"google seo",
56+
"bing seo",
57+
"indexnow",
58+
"real-time updates",
59+
"webmaster tools",
60+
"content management",
61+
"digital marketing"
62+
],
63+
"dependencies": {
64+
"basic-ftp": "5.0.5",
65+
"glob": "11.0.0",
66+
"googleapis": "144.0.0",
67+
"jstoxml": "5.0.2",
68+
"luxon": "3.5.0"
69+
},
70+
"devDependencies": {
71+
"@babel/core": "7.26.0",
72+
"@babel/preset-env": "7.26.0",
73+
"@babel/preset-typescript": "7.26.0",
74+
"@types/express": "^5.0.0",
75+
"@types/jest": "29.5.14",
76+
"@types/jstoxml": "2.0.4",
77+
"@types/luxon": "3.4.2",
78+
"@types/node": "^22.10.0",
79+
"@typescript-eslint/eslint-plugin": "8.16.0",
80+
"@typescript-eslint/parser": "8.16.0",
81+
"babel-jest": "29.7.0",
82+
"commander": "^12.1.0",
83+
"eslint": "^9.15.0",
84+
"express": "^4.21.1",
85+
"fast-xml-parser": "^4.5.0",
86+
"jest": "29.7.0",
87+
"ncp": "^2.0.0",
88+
"rimraf": "6.0.1",
89+
"start-server-and-test": "^2.0.8",
90+
"ts-node": "10.9.2",
91+
"typescript": "5.7.2",
92+
"xsd-schema-validator": "^0.10.0"
93+
}
9994
}

0 commit comments

Comments
 (0)