-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.72 KB
/
package.json
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
{
"name": "tomachi-emojis-sync-perms",
"version": "2.0.0",
"description": "Discord Permission Syncer for Tomachi Emojis",
"homepage": "https://github.com/tomacheese/tomachi-emojis-sync-perms",
"bugs": {
"url": "https://github.com/tomacheese/tomachi-emojis-sync-perms/issues"
},
"author": "Tomachi",
"private": true,
"main": "dist/index.js",
"repository": {
"url": "[email protected]:tomacheese/tomachi-emojis-sync-perms.git",
"type": "git"
},
"scripts": {
"build": "ts-node ./src/main.ts",
"compile": "tsc -p .",
"compile:test": "tsc -p . --noEmit",
"lint:prettier": "prettier --check src",
"lint:eslint": "eslint . -c eslint.config.mjs",
"lint:tsc": "tsc",
"fix:eslint": "eslint . -c eslint.config.mjs --fix",
"fix:prettier": "prettier --write src",
"preinstall": "npx only-allow pnpm",
"start": "tsx ./src/main.ts",
"dev": "tsx watch ./src/main.ts",
"lint": "run-z lint:prettier,lint:eslint,lint:tsc",
"fix": "run-z fix:prettier,fix:eslint"
},
"devDependencies": {
"@book000/eslint-config": "1.8.16",
"@book000/node-utils": "1.14.15",
"@types/js-yaml": "4.0.9",
"@types/node": "20.16.11",
"discord.js": "14.18.0",
"eslint": "9.21.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.16.2",
"eslint-plugin-promise": "7.2.1",
"js-yaml": "4.1.0",
"prettier": "3.5.3",
"run-z": "2.1.0",
"tsx": "4.19.3",
"typescript": "5.8.2"
},
"packageManager": "[email protected]+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}