UNPKG

helix-ts

Version:

TypeScript Library for working with HelixDB

30 lines (29 loc) 588 B
{ "name": "helix-ts", "version": "1.0.4", "description": "TypeScript Library for working with HelixDB", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "clean": "rimraf dist", "build": "npm run clean && tsc", "test": "jest", "prepare": "npm run build" }, "keywords": [ "helixdb", "typescript" ], "author": "HelixDB", "license": "MIT", "devDependencies": { "@types/jest": "^29.0.0", "jest": "^29.0.0", "rimraf": "^5.0.10", "ts-jest": "^29.0.0", "typescript": "^5.0.0" } }