UNPKG

@visionfi/core

Version:

Core types and utilities for VisionFi packages

47 lines (46 loc) 1.05 kB
{ "name": "@visionfi/core", "version": "1.1.0", "description": "Core types and utilities for VisionFi packages", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "src" ], "scripts": { "build": "tsc", "build:prod": "tsc --sourceMap false --declarationMap false", "clean": "rm -rf dist", "test": "jest", "lint": "eslint src --ext .ts" }, "keywords": [ "visionfi", "core", "types" ], "author": "VisionFI", "license": "SEE LICENSE IN LICENSE", "publishConfig": { "access": "public" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.37.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.3" }, "gitHead": "b7cd4d441bf62f206830d640cf227451166accc2" }