2020-10-21 16:30:42 +00:00
|
|
|
{
|
2020-11-08 07:58:24 +00:00
|
|
|
"name": "harmony",
|
2020-12-29 23:58:45 +00:00
|
|
|
"version": "0.9.3",
|
2020-10-21 16:30:42 +00:00
|
|
|
"description": "Discord Deno API that is easy to use.",
|
2020-11-28 03:55:46 +00:00
|
|
|
"main": "mod.ts",
|
|
|
|
"repository": "https://github.com/harmony-org/harmony.git",
|
2020-10-21 16:30:42 +00:00
|
|
|
"author": "Helloyunho <yunho050840@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
|
|
"@typescript-eslint/parser": "^4.5.0",
|
|
|
|
"eslint": "^7.11.0",
|
|
|
|
"eslint-config-prettier": "^6.13.0",
|
|
|
|
"eslint-config-standard": "^14.1.1",
|
|
|
|
"eslint-config-standard-with-typescript": "^19.0.1",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
|
|
"typescript": "^4.0.3"
|
|
|
|
}
|
|
|
|
}
|