UNPKG

@hickory/browser

Version:

Hickory's browser history

39 lines (38 loc) 918 B
{ "name": "@hickory/browser", "version": "2.1.0", "description": "Hickory's browser history", "main": "dist/hickory-browser.js", "module": "dist/hickory-browser.es.js", "types": "types/browser.d.ts", "files": [ "dist", "types", "LICENSE", "README.md" ], "scripts": { "prebuild": "rimraf dist & rimraf types", "build": "rollup -c", "prepare": "npm run build", "prepublishOnly": "npm test", "prettier": "prettier --single-quote --write \"{src,tests}/**/*.ts\"", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/pshrmn/hickory/tree/master/packages/browser" }, "keywords": [ "Hickory", "history", "browser" ], "author": "Paul Sherman", "license": "MIT", "dependencies": { "@hickory/dom-utils": "^2.1.0", "@hickory/root": "^2.1.0" }, "gitHead": "14ccf52b53a546d1e5636fad3ab8498e2154af17" }