-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.48 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.48 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
{
"name": "node-jaotan",
"version": "1.0.4",
"description": "Auxiliary application when Javajaotan does not work",
"author": "Tomachi",
"private": true,
"main": "dist/index.js",
"repository": "git@github.com:jaoafa/node-jaotan.git",
"scripts": {
"build": "ts-node ./src/main.ts",
"dev": "ts-node-dev ./src/main.ts",
"package": "ncc build ./dist/main.js -o output/",
"start": "node ./dist/main.js",
"compile": "tsc -p .",
"compile:test": "tsc -p . --noEmit",
"lint": "run-p -c lint:prettier lint:eslint lint:tsc",
"lint:prettier": "prettier --check src",
"lint:eslint": "eslint . -c eslint.config.mjs",
"lint:tsc": "tsc",
"fix": "run-s fix:prettier fix:eslint",
"fix:eslint": "eslint . -c eslint.config.mjs --fix",
"fix:prettier": "prettier --write src"
},
"devDependencies": {
"@book000/eslint-config": "1.14.20",
"@types/node": "24.12.2",
"@types/yargs": "17.0.35",
"@vercel/ncc": "0.38.4",
"discord.js": "14.26.3",
"eslint": "10.2.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.24.0",
"eslint-plugin-promise": "7.3.0",
"prettier": "3.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.9.3",
"yargs": "18.0.0",
"yarn-run-all": "3.1.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}