mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@discordjs/api-extractor-model",
|
|
"version": "7.30.6",
|
|
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/discordjs/discord.js.git",
|
|
"directory": "packages/api-extractor-model"
|
|
},
|
|
"homepage": "https://discord.js.org",
|
|
"funding": "https://github.com/discordjs/discord.js?sponsor",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --noEmit && tsup",
|
|
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src",
|
|
"format": "prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"require": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/tsdoc": "~0.15.1",
|
|
"@microsoft/tsdoc-config": "~0.17.1",
|
|
"@rushstack/node-core-library": "5.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.18.8",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "^9.37.0",
|
|
"eslint-config-neon": "^0.2.7",
|
|
"eslint-formatter-compact": "^8.40.0",
|
|
"eslint-formatter-pretty": "^7.0.0",
|
|
"prettier": "^3.6.2",
|
|
"terser": "^5.44.0",
|
|
"tsup": "^8.5.0",
|
|
"turbo": "^2.5.8",
|
|
"typescript": "~5.9.3"
|
|
}
|
|
}
|