mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 16:00:07 +00:00
29 lines
636 B
JSON
29 lines
636 B
JSON
{
|
|
"name": "@discordeno/embeds",
|
|
"version": "18.0.0-alpha.1",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"type": "module",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/discordeno/discordeno.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint \"**/*.ts*\""
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4",
|
|
"@types/mocha": "^10",
|
|
"@types/sinon": "^10.0.13",
|
|
"c8": "^7.12.0",
|
|
"chai": "^4.3.7",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-discordeno": "*",
|
|
"mocha": "^10.1.0",
|
|
"sinon": "^15.0.0",
|
|
"tsconfig": "*",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|