UNPKG

@acot/utils

Version:
47 lines (46 loc) 1.01 kB
{ "name": "@acot/utils", "version": "0.0.19", "description": "Utility functions for acot.", "keywords": [ "acot" ], "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/utils", "bugs": { "url": "https://github.com/acot-a11y/acot/issues" }, "repository": { "type": "git", "url": "https://github.com/acot-a11y/acot.git", "directory": "packages/utils" }, "license": "MIT", "author": "wadackel <wadackel@gmail.com>", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!**/__mocks__", "!**/__tests__" ], "scripts": { "build": "tsc", "test": "jest" }, "jest": { "preset": "ts-jest", "rootDir": "src", "testEnvironment": "node", "testMatch": [ "**/__tests__/**/*.test.ts?(x)" ] }, "dependencies": { "puppeteer-core": "^13.5.1", "resolve-from": "^5.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "34ff82b04faf65d22f323fd9ea47e03ede0fc13c" }