@biskyjs/framework
Version:
51 lines • 1.1 kB
JSON
{
"name": "@biskyjs/framework",
"version": "0.3.4-alpha",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"dependencies": {
"@biscuitland/api-types": "^2.3.0",
"@biscuitland/common": "^0.0.4",
"@biscuitland/core": "^3.0.4",
"@biscuitland/rest": "^3.0.4",
"@sapphire/lexure": "^1.1.5",
"@sapphire/pieces": "^3.6.3",
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.12.0",
"tslib": "^2.5.3",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@types/ws": "^8.5.4",
"tsup": "^6.1.3"
},
"license": "MIT",
"author": "@simxnet",
"repository": {
"type": "git",
"url": "git+https://github.com/simxnet/bisky.git"
},
"files": [
"dist/"
],
"bugs": {
"url": "https://github.com/simxnet/bisky"
},
"keywords": [
"biscuit",
"framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc"
}
}