UNPKG

@cranberry-money/shared-types

Version:

Shared TypeScript type definitions for Blueberry platform

58 lines (57 loc) 1.44 kB
{ "name": "@cranberry-money/shared-types", "version": "8.21.9", "description": "Shared TypeScript type definitions for Blueberry platform", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc --build", "clean": "rm -rf dist tsconfig.tsbuildinfo", "test": "jest --passWithNoTests", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "typecheck": "tsc --noEmit", "dev": "tsc --watch", "lint": "eslint src", "lint:fix": "eslint src --fix", "format": "prettier --write 'src/**/*.{ts,tsx}'", "format:check": "prettier --check 'src/**/*.{ts,tsx}'", "prepublishOnly": "npm run clean && npm run typecheck && npm run build" }, "dependencies": { "@cranberry-money/shared-constants": "^8.9.1", "@types/react": "^19.1.2" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "jest": "^30.0.5", "ts-jest": "^29.4.1", "typescript": "^5.0.0" }, "peerDependencies": { "typescript": ">=5.0.0" }, "keywords": [ "typescript", "types", "shared", "portfolio" ], "author": "Blueberry Team", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }