{
	"name": "smol-toml",
	"version": "1.2.2",
	"keywords": [
		"toml",
		"parser",
		"serializer"
	],
	"description": "A small, fast, and correct TOML parser/serializer",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/squirrelchat/smol-toml.git"
	},
	"author": "Cynthia <cyyynthia@borkenware.com>",
	"license": "BSD-3-Clause",
	"engines": {
		"node": ">= 18"
	},
	"scripts": {
		"build": "tsc",
		"test": "vitest",
		"test-ui": "vitest --ui",
		"bench": "vitest bench"
	},
	"devDependencies": {
		"@iarna/toml": "3.0.0",
		"@ltd/j-toml": "^1.38.0",
		"@tsconfig/node-lts": "^20.1.3",
		"@tsconfig/strictest": "^2.0.5",
		"@types/node": "^20.12.11",
		"@vitest/ui": "^1.6.0",
		"fast-toml": "^0.5.4",
		"typescript": "^5.4.5",
		"vitest": "^1.6.0"
	},
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"README.md",
		"LICENSE",
		"dist"
	]
}
