@lesjoursfr/browser-tools
Version:
Some browser tools for events & DOM manipulation.
64 lines (63 loc) • 1.62 kB
JSON
{
"name": "@lesjoursfr/browser-tools",
"version": "1.1.8",
"description": "Some browser tools for events & DOM manipulation.",
"license": "MIT",
"repository": "lesjoursfr/browser-tools",
"homepage": "https://github.com/lesjoursfr/browser-tools#readme",
"bugs": {
"url": "https://github.com/lesjoursfr/browser-tools/issues"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": "20.x || 22.x || 24.x"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"freshlock": "rm -rf node_modules/ && rm .yarn/install-state.gz && rm yarn.lock && yarn",
"eslint-check": "eslint",
"eslint-fix": "eslint --fix",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write .",
"test": "NODE_OPTIONS='--loader=ts-node/esm' mocha",
"build": "tsc",
"typedoc": "typedoc src/index.ts --out ./docs && prettier --write ./docs --ignore-path .gitignore"
},
"files": [
"src/**/*",
"dist/**/*"
],
"keywords": [
"Browser",
"Tools",
"DOM",
"Event"
],
"dependencies": {
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@tsconfig/next": "^2.0.3",
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.15",
"@types/yargs": "^17.0.33",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"globals": "^16.0.0",
"jsdom": "^26.0.0",
"mocha": "^11.1.0",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typedoc": "^0.28.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0"
},
"packageManager": "yarn@4.8.1"
}