{ "name": "@substrate-system/dom", "description": "Helpers for working with the DOM", "private": false, "type": "module", "version": "0.1.13", "main": "dist/index.js", "files": [ "./dist/*" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./*": { "import": "./dist/*.js", "require": "./dist/*.cjs" } }, "scripts": { "lint": "eslint \"./**/*.{ts,js}\"", "test": "esbuild ./test/index.ts --bundle | tapout -t 10000", "build-cjs": "esbuild src/*.ts --format=cjs --tsconfig=tsconfig.build.json --keep-names --outdir=./dist --out-extension:.js=.cjs", "build": "mkdir -p ./dist && rm -rf ./dist/* && npm run build-cjs && tsc --project tsconfig.build.json", "build-docs": "typedoc ./src/index.ts", "toc": "markdown-toc --maxdepth 3 -i README.md", "preversion": "npm run lint", "version": "npm run toc && auto-changelog -p --template keepachangelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md README.md", "postversion": "git push --follow-tags && npm publish", "prepublishOnly": "npm run build" }, "devDependencies": { "@substrate-system/tapout": "^0.0.35", "@substrate-system/tapzero": "^0.10.15", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "auto-changelog": "^2.4.0", "esbuild": "^0.27.0", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "markdown-toc": "^1.2.0", "tap-spec": "^5.0.0", "tape-run": "^11.0.0", "typedoc": "^0.28.1", "typescript": "^5.2.2", "xterm": "^5.3.0" }, "author": "nichoth (https://nichoth.com)", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/substrate-system/dom.git" }, "keywords": [ "test", "dom" ], "bugs": { "url": "https://github.com/substrate-system/dom/issues" }, "homepage": "https://github.com/substrate-system/dom", "license": "SEE LICENSE IN LICENSE" }