tm-dom
Version:
Simple dom utilities
46 lines (45 loc) • 1.21 kB
JSON
{
"name": "tm-dom",
"version": "1.1.1",
"description": "Simple dom utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc && npm run format",
"format": "prettier --write \"dist/**/*.js\" \"dist/**/*.d.ts\"",
"eslint": "eslint -c .eslintrc.json src/*.ts src/**/*.ts",
"prepare": "npm run build",
"version": "git tag -a",
"postversion": "git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtakemake/tm-dom.git"
},
"keywords": [
"dom",
"ts-dom",
"dom-utilities"
],
"author": "Yury Samakhvalau",
"license": "MIT",
"bugs": {
"url": "https://github.com/dtakemake/tm-dom/issues"
},
"homepage": "https://github.com/dtakemake/tm-dom#readme",
"devDependencies": {
"@types/jest": "^29.1.2",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"jest": "^29.2.0",
"jest-environment-jsdom": "^29.2.0",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}