-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.13 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "djs-localized-builders",
"description": "A set of builders for discord.js, built with localization in mind.",
"version": "0.4.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"files": [
"dist"
],
"scripts": {
"test": "npm run test:typescript && npm run lint",
"build": "tsup",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test:typescript": "tsc --noEmit",
"release": "standard-version --tags",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nyameliaaaa/djs-localized-builders.git"
},
"keywords": [],
"author": "Amelia Rose <nyameliaaaaa@proton.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nyameliaaaa/djs-localized-builders/issues"
},
"homepage": "https://github.com/Nyameliaaaa/djs-localized-builders#readme",
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@discordjs/builders": "^1.10.1",
"@types/node": "^18.19.83",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"discord-api-types": "^0.37.119",
"eslint": "^9.23.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@discordjs/builders": "^1.10.0"
},
"dependencies": {
"ts-mixer": "^6.0.4"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"pnpm": {
"overrides": {}
}
}