{
	"name": "truth-compiler",
	"version": "0.5.8",
	"description": "Verify and analyze code and data in the Truth format",
	"repository": {
		"type": "git",
		"url": "https://github.com/paul-go/Truth"
	},
	"bugs": {
		"url": "https://github.com/paul-go/Truth/issues"
	},
	"author": "Paul Go",
	"license": "MIT",
	"keywords": [
		"Truth",
		"language",
		"data",
		"verification",
		"compiler"
	],
	"main": "./truth.js",
	"eslintIgnore": [
		"**/node_modules/**/*.ts",
		"**/*.d.ts"
	],
	"types": "./truth-compiler.d.ts",
	"files": [
		"truth.js",
		"truth.min.js",
		"truth-compiler.d.ts"
	]
}