{
	"name": "@canvas-js/utils",
	"version": "1.0.0",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/canvasxyz/utils.git"
	},
	"author": "Canvas Technologies, Inc. (https://canvas.xyz)",
	"type": "module",
	"engines": {
		"node": ">=20.0.0"
	},
	"files": [
		"lib"
	],
	"scripts": {
		"dev": "tsc --build tsconfig.json test/tsconfig.json --watch",
		"build": "tsc --build tsconfig.json test/tsconfig.json",
		"clean": "tsc --build tsconfig.json test/tsconfig.json --clean",
		"test": "ava"
	},
	"main": "./lib/index.js",
	"types": "./lib/index.d.ts",
	"exports": {
		".": "./lib/index.js"
	},
	"devDependencies": {
		"@ava/typescript": "^5.0.0",
		"ava": "^6.2.0",
		"typescript": "^5.6.0"
	}
}
