mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
67 lines
1.3 KiB
JSON
67 lines
1.3 KiB
JSON
{
|
|
"name": "biscuitland",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"clean": "turbo run clean",
|
|
"lint": "turbo run lint",
|
|
"dev": "turbo run dev --parallel"
|
|
},
|
|
"engines": {
|
|
"npm": ">=7.0.0",
|
|
"node": ">=14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@changesets/cli": "^2.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
"@typescript-eslint/parser": "^5.30.7",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"ts-node": "^10.9.1",
|
|
"turbo": "^1.3.4",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"packageManager": "npm@8.14.0",
|
|
"bugs": {
|
|
"url": "https://github.com/oasisjs/biscuit"
|
|
},
|
|
"keywords": [
|
|
"api",
|
|
"discord",
|
|
"bots",
|
|
"typescript",
|
|
"botdev"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"author": "Yuzuru <yuzuru@programmer.net>",
|
|
"contributors": [
|
|
{
|
|
"name": "Yuzuru",
|
|
"url": "https://github.com/yuzudev",
|
|
"author": true
|
|
},
|
|
{
|
|
"name": "miia",
|
|
"url": "https://github.com/dragurimu"
|
|
},
|
|
{
|
|
"name": "n128",
|
|
"url": "https://github.com/nicolito128"
|
|
},
|
|
{
|
|
"name": "socram03",
|
|
"url": "https://github.com/socram03"
|
|
}
|
|
],
|
|
"homepage": "https://biscuitjs.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oasisjs/bicuit.git"
|
|
}
|
|
}
|