4chan-ts
Version:
A typescript client wrapper for 4chan api
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "4chan-ts",
"module": "index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"version": "0.0.4",
"description": "A typescript client wrapper for 4chan api",
"scripts": {
"build": "bun build --target=node ./src/index.ts --outfile=dist/index.js && bun run build:declaration",
"build:declaration": "tsc --emitDeclarationOnly --project tsconfig.types.json",
"postbuild": "rimraf tsconfig.types.tsbuildinfo"
},
"devDependencies": {
"@types/bun": "latest",
"bun-types": "^1.2.12",
"prettier": "^3.5.3",
"rimraf": "^6.0.1"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@better-fetch/fetch": "^1.1.18"
},
"repository": {
"type": "git",
"url": "https://github.com/3IMAD69/4chan-ts.git"
},
"keywords": [
"4chan",
"4chan types",
"4chan api",
"4chan api typescript"
],
"author": "3IMAD",
"license": "MIT",
"files": [
"dist/*.js",
"dist/*.d.ts"
]
}