{
	"name": "@khalyomede/translate",
	"version": "0.1.2",
	"description": "Translate a string using the free translate.googleapis.com endpoint (no API key required).",
	"main": "lib/index.js",
	"repository": "https://github.com/khalyomede/translate",
	"author": "Khalyomede <khalyomede@gmail.com>",
	"license": "MIT",
	"private": false,
	"devDependencies": {
		"@rollup/plugin-typescript": "5.*",
		"@types/axios": "0.14.*",
		"@types/chai": "4.*",
		"@types/chai-as-promised": "7.*",
		"@types/mocha": "8.*",
		"chai": "4.*",
		"chai-as-promised": "7.*",
		"mocha": "8.*",
		"np": "6.*",
		"npm-check-updates": "7.*",
		"rollup": "2.*",
		"rollup-plugin-terser": "7.*",
		"ts-node": "9.*",
		"tslib": "2.*",
		"typescript": "4.*"
	},
	"scripts": {
		"build": "ncu && rollup -c && tsc --emitDeclarationOnly --declaration --declarationDir lib",
		"test": "mocha --require ts-node/register test/*.ts",
		"release": "np"
	},
	"files": [
		"dist/index.js",
		"dist/index.min.js",
		"lib/interfaces/index.d.ts",
		"lib/interfaces/IOptions.d.ts",
		"lib/types/index.d.ts",
		"lib/types/Lang.d.ts",
		"lib/index.d.ts",
		"lib/index.js"
	],
	"dependencies": {
		"axios": "0.20.*"
	}
}
