UNPKG

arml

Version:

Enjoy unlimited and free translation with our API.

47 lines (46 loc) 976 B
{ "name": "arml", "version": "0.0.12", "description": "Enjoy unlimited and free translation with our API.", "private": false, "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "types" ], "scripts": { "build": "tsup src/index.ts", "postbuild": "cp -r docs dist/docs" }, "keywords": [ "translate", "google translate", "arml", "arml translate", "google çeviri", "çeviri", "api" ], "author": "trymagic", "license": "MIT", "homepage": "https://arml.trymagic.xyz/", "dependencies": { "axios": "^1.7.9", "react": "^19.0.0", "react-dom": "^19.0.0", "tslib": "^2.8.1" }, "devDependencies": { "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "tsup": "^8.3.5", "typedoc": "^0.27.6", "typescript": "^5.7.2" } }