{
	"name": "@tanzanite/wolfram-alpha",
	"version": "1.1.0",
	"description": "Wolfram|Alpha API Libraries",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"author": "Cody Woodard <codyw@wolfram.com>",
	"type": "module",
	"license": "CC-BY-NC-4.0",
	"keywords": [
		"wolfram-alpha",
		"wolfram-alpha-api",
		"Wolfram|Alpha"
	],
	"homepage": "https://products.wolframalpha.com/api/",
	"repository": {
		"type": "git",
		"url": "https://github.com/TanzaniteBot/wolfram-alpha"
	},
	"bugs": {
		"url": "https://github.com/TanzaniteBot/wolfram-alpha/issues"
	},
	"scripts": {
		"build": "yarn tsc",
		"prepare": "yarn build",
		"format": "yarn prettier . --write"
	},
	"devDependencies": {
		"@types/node": "^18.7.18",
		"dotenv": "^16.0.2",
		"prettier": "^2.7.1",
		"typescript": "^4.8.3"
	},
	"packageManager": "yarn@3.2.3"
}
