UNPKG

@poulpi/domtojson

Version:

Simple domtojson with gzip for more optimization

54 lines (53 loc) 1.37 kB
{ "name": "@poulpi/domtojson", "version": "0.2.1001", "description": "Simple domtojson with gzip for more optimization", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "directories": { "test": "test" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" }, "scripts": { "build": "rollup -c", "build:watch": "rollup -w -c ", "prepublishOnly": "npm run build -c" }, "engines": { "node": ">=10.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/Poulpinounette/domtojson.git" }, "keywords": [ "domparser", "json", "dom2json", "json2dom", "gzipjson", "gzip", "domgzip" ], "author": "poulpi", "license": "MIT", "bugs": { "url": "https://github.com/Poulpinounette/domtojson/issues" }, "homepage": "https://github.com/Poulpinounette/domtojson#readme", "devDependencies": { "@rollup/plugin-commonjs": "^14.0.0", "@types/node": "^14.0.27", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-typescript2": "^0.27.1", "rollup-plugin-uglify": "^6.0.4", "tslib": "^2.0.0", "typescript": "^3.9.7" } }