-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 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
{
"name": "mc-login-cloner",
"version": "1.1.0",
"description": "Change your MC user name for LAN use",
"main": "index.js",
"scripts": {
"test": "jest",
"format": "eslint --fix . --ext .ts,.tsx",
"lint": "eslint . --ext .ts,.tsx",
"run": "ts-node src/mc-login-cloner.ts",
"dist": "tsc && cd dist && npx pkg mc-login-cloner.js -C Brotli -t node18-win,node18-mac"
},
"author": "",
"license": "MIT",
"dependencies": {
"fs-extra": "10.0.0",
"press-any-key": "^0.1.1",
"prompt": "1.1.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-jest": "^27.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"jest": "^27.2.0",
"prettier": "2.4.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}