-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
54 lines (54 loc) · 1.39 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": "unity-activate",
"version": "1.4.1",
"description": "A tool to activate Unity license.",
"license": "MIT",
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "https://github.com/mob-sakai/unity-activate"
},
"author": "mob-sakai <[email protected]>",
"keywords": [
"unity",
"license",
"activation"
],
"bin": "./dist/index.js",
"main": "./dist/activator.js",
"files": [
"dist/**/*.js"
],
"scripts": {
"build": "tsc",
"lint": "eslint --fix \"src/**/*\"",
"package:format": "npx format-package -w",
"package:update": "npx ncu -u && npm install && npm audit fix",
"release": "npx semantic-release",
"release:debug": "npx semantic-release --debug --dry-run -no-ci",
"watch": "tsc --watch"
},
"dependencies": {
"@jsbits/get-package-version": "^1.0.3",
"cac": "^6.7.1",
"log4js": "^6.3.0",
"otplib": "^12.0.1",
"puppeteer": "^19.2.2"
},
"devDependencies": {
"@types/log4js": "^2.3.5",
"@types/node": "^14.14.14",
"@types/otplib": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "~4.7.3"
}
}