mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
chore(nest): add config
This commit is contained in:
parent
f547099b5b
commit
59db39b33f
28
egg.json
Normal file
28
egg.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"$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.0.1",
|
||||
"releaseType": "minor",
|
||||
"unstable": false,
|
||||
"unlisted": false,
|
||||
"files": [
|
||||
"./packages/**/*",
|
||||
"./mod.ts",
|
||||
"./deps.ts",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"ignore": [
|
||||
"npm",
|
||||
"build.ts",
|
||||
"scripts.ts",
|
||||
".git"
|
||||
],
|
||||
"checkFormat": true,
|
||||
"checkTests": false,
|
||||
"checkInstallation": false,
|
||||
"check": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user