{
	"name": "@ztimson/momentum",
	"version": "1.1.11",
	"description": "Client library for momentum",
	"keywords": [
		"Momentum"
	],
	"author": "Zak Timson <zaktimson@gmail.com>",
	"repository": {
		"type": "git",
		"url": "https://git.zakscode.com/momentum/momentum"
	},
	"main": "dist/index.cjs",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"typings": "dist/index.d.ts",
	"bin": {
		"build-models": "bin/build-models.mjs"
	},
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.mjs",
			"require": "./dist/index.js"
		}
	},
	"scripts": {
		"start": "vite build --watch",
		"prebuild": "node -e \"const fs=require('fs');fs.cpSync('../README.md','./README.md')\"",
		"build": "tsc && vite build",
		"build:docs": "typedoc",
		"build-models": "node --no-warnings ./bin/build-models.mjs",
		"postbuild": "npm run build:docs && node -e \"const fs=require('fs');fs.cpSync('dist/index.mjs','../server/public/momentum.mjs');fs.cpSync('dist/index.js','../server/public/momentum.js');fs.cpSync('dist/momentum.worker.mjs','../server/public/momentum.worker.mjs')\""
	},
	"dependencies": {
		"@ztimson/utils": "0.29.1"
	},
	"devDependencies": {
		"@types/node": "^22.5.4",
		"tweetnacl": "^1.0.3",
		"typedoc": "^0.28.3",
		"typedoc-github-wiki-theme": "^2.1.0",
		"typedoc-plugin-markdown": "^4.6.3",
		"typescript": "^5.9.3",
		"vite": "^7.2.4",
		"vite-plugin-dts": "^4.5.4",
		"vite-plugin-static-copy": "^3.1.4"
	},
	"files": [
		"bin",
		"dist"
	]
}
