mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"$schema": "https://x.nest.land/eggs@0.3.10/src/schema.json",
|
|
"name": "biscuit",
|
|
"entry": "./mod.ts",
|
|
"description": "A brand new bleeding edge non bloated Discord library",
|
|
"homepage": "https://github.com/oasisjs/biscuit",
|
|
"version": "0.2.3",
|
|
"releaseType": "patch",
|
|
"unstable": false,
|
|
"unlisted": false,
|
|
"files": [
|
|
"./packages/**/*",
|
|
"./mod.ts",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"ignore": [
|
|
"npm",
|
|
"build.ts",
|
|
"scripts.ts",
|
|
".git"
|
|
],
|
|
"checkFormat": true,
|
|
"checkTests": false,
|
|
"checkInstallation": false,
|
|
"check": true
|
|
}
|