-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1005 Bytes
/
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
{
"name": "foxes",
"version": "1.0.14",
"description": "Get random fox image urls in a simple commandline app",
"main": "main.js",
"bin": [
"main-win.exe",
"main-macos",
"main-linux",
"main.js"
],
"scripts": {
"test": "node main.js",
"build": "pkg main.js",
"compile": "tsc --build tsconfig.json",
"a": "npm publish",
"p": "npm-run-all compile build a"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Minecodes13/foxes.git"
},
"keywords": [
"fox",
"foxes",
"foxy",
"randomfox",
"randomfoxy",
"Minecodes"
],
"author": "Minecodes",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Minecodes13/foxes/issues"
},
"homepage": "https://gitlab.com/Minecodes13/foxes#readme",
"dependencies": {
"meow": "^9.0.0",
"randomfox": "^1.0.7"
},
"devDependencies": {
"@types/node": "^17.0.1",
"npm-run-all": "^4.1.5",
"pkg": "^5.5.1",
"typescript": "^4.2.4"
}
}