@voiceflow/base-types
Version:
Voiceflow base project types
53 lines (52 loc) • 1.54 kB
JSON
{
"name": "@voiceflow/base-types",
"version": "2.137.0",
"description": "Voiceflow base project types",
"keywords": [
"voiceflow",
"voiceflow-types"
],
"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",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/cjs/index.d.ts",
"files": [
"build"
],
"scripts": {
"build": "yarn g:turbo run build:cmd --filter=@voiceflow/base-types...",
"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": {
"@voiceflow/common": "8.10.0",
"slate": "0.94.1"
},
"volta": {
"extends": "../../package.json"
},
"publishConfig": {
"access": "public"
},
"gitHead": "94bd4e1b18f7067a2c7c0799347eb68e2b8735a0"
}