{
	"name": "@contentpilot/sticky-navigation",
	"version": "1.7.2",
	"description": "Add identifiers and activate the anchors that have these identifier and are intercepted with the scroll.",
	"main": "index.js",
	"publishConfig": {
		"access": "public"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/contentpilot/sticky-navigation"
	},
	"keywords": [
		"WordPress",
		"navigation",
		"Content",
		"Pilot"
	],
	"author": "Content Pilot",
	"license": "MIT",
	"devDependencies": {
		"eslint": "^8.57.0",
		"eslint-plugin-jsdoc": "^48.5.2"
	},
	"scripts": {
		"lint": "eslint *.js --fix"
	}
}
