UNPKG

ariakit-utils

Version:
36 lines (35 loc) 818 B
{ "name": "ariakit-utils", "version": "0.17.0-next.27", "description": "Ariakit utils", "sideEffects": false, "license": "MIT", "homepage": "https://ariakit.org", "main": "cjs/index.js", "module": "esm/index.js", "unpkg": "umd/ariakit-utils.min.js", "types": "ts/index.d.ts", "publishConfig": { "tag": "latest" }, "repository": { "type": "git", "url": "https://github.com/ariakit/ariakit.git", "directory": "packages/ariakit-utils" }, "author": { "name": "Diego Haz", "email": "hazdiego@gmail.com", "url": "https://github.com/diegohaz" }, "scripts": { "test": "jest", "lint": "eslint . --ext js,ts,tsx", "build": "node ../../scripts/build", "clean": "node ../../scripts/build/clean.js" }, "keywords": [ "ariakit", "utils" ] }