forked from game-ci/unity-license-activate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
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
{
"name": "unity-license-activate",
"version": "0.3.4",
"description": "",
"main": "./lib/activate.js",
"repository": {
"type": "git",
"url": "git+https://github.com/game-ci/unity-license-activate.git"
},
"bugs": {
"url": "https://github.com/game-ci/unity-license-activate/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MizoTake & Jen-Chieh Shen",
"license": "apache-2.0",
"preferGlobal": true,
"dependencies": {
"crypto-js": "^4.1.1",
"puppeteer": "^13.7.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/game-ci/unity-license-activate#readme",
"directories": {
"lib": "lib"
},
"bin": {
"unity-license-activate": "./lib/cli.js"
}
}