UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

93 lines (92 loc) 2.43 kB
{ "name": "@voiceflow/common", "version": "8.8.1", "description": "Junk drawer of utility functions", "keywords": [ "voiceflow" ], "homepage": "https://github.com/voiceflow/libs#readme", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/voiceflow/libs.git" }, "license": "ISC", "author": "Voiceflow", "exports": { ".": { "types": "./build/cjs/index.d.ts", "import": "./build/esm/index.js", "default": "./build/cjs/index.js" }, "./dtos": { "types": "./build/cjs/dtos/main.d.ts", "import": "./build/esm/dtos/main.js", "default": "./build/cjs/dtos/main.js" } }, "main": "build/cjs/index.js", "module": "build/esm/index.js", "types": "build/cjs/index.d.ts", "typesVersions": { "*": { "dtos": [ "./build/cjs/dtos/main.d.ts" ] } }, "files": [ "build" ], "scripts": { "build": "yarn g:turbo run build:cmd --filter=@voiceflow/common...", "build:cjs": "yarn g:build:pkg cjs", "build:cmd": "yarn g:run-p build:cjs build:esm", "build:esm": "yarn g:build:pkg esm", "clean": "yarn g:rimraf build", "lint": "yarn g:run-p -c lint:eslint lint:prettier", "lint:eslint": "yarn g:eslint", "lint:fix": "yarn g:run-p -c \"lint:eslint --fix\" \"lint:prettier --write\"", "lint:prettier": "yarn g:prettier --check", "tdd": "yarn g:vitest", "test": "yarn g:run-p -c test:dependencies test:types test:unit", "test:dependencies": "yarn g:depcruise", "test:types": "yarn g:tsc --noEmit", "test:unit": "yarn g:vitest run --coverage" }, "dependencies": { "@types/crypto-js": "4.1.0", "@types/shallowequal": "1.1.1", "bson-objectid": "2.0.2", "crypto-js": "4.2.0", "cuid": "2.1.8", "dayjs": "1.10.7", "lodash": "4.17.21", "murmurhash-wasm": "1.3.0", "number-to-words": "1.2.4", "shallowequal": "1.1.0", "typescript-fsa": "3.0.0" }, "devDependencies": { "@types/lodash": "4.14.178", "@types/number-to-words": "1.2.0", "zod": "3.24.1" }, "peerDependencies": { "zod": "^3" }, "peerDependenciesMeta": { "zod": { "optional": true } }, "volta": { "extends": "../../package.json" }, "publishConfig": { "access": "public" }, "gitHead": "ceb842ce57e4902d69275fb4e21624a3b3887873" }