Files
tase-api-node/package.json
2025-10-10 00:37:34 -07:00

39 lines
722 B
JSON

{
"name": "tase",
"version": "1.2.2",
"description": "The official NPM wrapper for The All Seeing Eye's API",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"README.md"
],
"repository": {
"url": "https://git.thegoober.xyz/TGP/tase-api-node"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"discord",
"api"
],
"author": "doqe",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.9.3"
},
"dependencies": {
"cross-fetch": "^4.1.0"
}
}