@mybot-rblx/funblox.js
Version:
This package made by fedee#9606 this a roblox API you may use it for your verification or something if you use our package give us credit <3.
55 lines (54 loc) • 1.41 kB
JSON
{
"name": "@mybot-rblx/funblox.js",
"version": "8.0.0",
"description": "This package made by fedee#9606 this a roblox API you may use it for your verification or something if you use our package give us credit <3.",
"source": "src/index.ts",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"publishConfig": {
"@mybot-rblx:funblox.js": "https://gitlab.com/api/v4/projects/30710493/packages/npm/"
},
"scripts": {
"build": "tsup src/index.ts",
"build:watch": "parcel watch",
"build:ci": "parcel build ./packages/funblox",
"publish": "yarn publish",
"watch": "parcel watch",
"test": "jest",
"test:watch": "jest --watchAll --verbose"
},
"keywords": [
"roblox",
"api",
"rbx",
"funblox"
],
"files": [
"lib",
"tsconfig.json",
"package.json",
"README.md"
],
"author": "Fede1212156",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mybot-rblx/FunBlox.git"
},
"bugs": {
"url": "https://github.com/mybot-rblx/FunBlox/issues"
},
"homepage": "https://github.com/mybot-rblx/FunBlox#readme",
"devDependencies": {
"@swc/core": "1.2.204",
"@types/node": "18.0.0",
"tsup": "6.1.2",
"typescript": "4.7.4"
},
"dependencies": {
"got-cjs": "^12.0.4",
"tough-cookie": "^4.0.0",
"tough-cookie-file-store": "^2.0.3"
}
}