harmony/egg.json

25 lines
577 B
JSON
Raw Normal View History

2021-02-25 04:23:01 +00:00
{
"$schema": "https://x.nest.land/eggs@0.3.4/src/schema.json",
"name": "harmony",
"entry": "./mod.ts",
"description": "An easy to use Discord API Library for Deno.",
"homepage": "https://github.com/harmonyland/harmony",
"version": "v1.1.4",
2021-02-25 04:23:01 +00:00
"files": [
"./src/**/*",
"./deps.ts",
"./README.md",
"./LICENSE",
"./banner.png",
"./CONTRIBUTING.md",
"./CODE_OF_CONDUCT.md",
"./examples/*"
],
"checkFormat": "npx eslint src",
"checkTests": false,
"checkInstallation": false,
"check": true,
2021-03-04 01:50:55 +00:00
"unlisted": false,
"ignore": []
2021-02-25 04:23:01 +00:00
}