@cleanmod/js
Version:
Official JavaScript/TypeScript client for the CleanMod moderation API
49 lines (48 loc) • 982 B
JSON
{
"name": "@cleanmod/js",
"version": "0.1.3",
"description": "Official JavaScript/TypeScript client for the CleanMod moderation API",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
}
},
"scripts": {
"build": "tsup",
"prepublishOnly": "pnpm run build"
},
"keywords": [
"moderation",
"ai",
"content-moderation",
"cleanmod"
],
"author": "Shlomi Zadok",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shlomizadok/cleanmod-js.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
"typescript": "^5",
"tsup": "^8.0.0"
},
"files": [
"dist",
"README.md"
]
}