35 lines
680 B
JSON
35 lines
680 B
JSON
{
|
|
"name": "tase-api",
|
|
"version": "1.0.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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|