-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "staticia",
"version": "0.2.2",
"description": "a cli to generate static index directory html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"@arsandev/staticia": "bin/staticia",
"staticia": "bin/staticia"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"indexof",
"static",
"html",
"site"
],
"repository": {
"type": "git",
"url": "git+https://github.com/arsandev/staticia.git"
},
"author": "Arsan",
"license": "MIT",
"bugs": {
"url": "https://github.com/arsandev/staticia/issues"
},
"homepage": "https://github.com/arsandev/staticia#readme",
"dependencies": {
"chalk": "^4.0.0",
"cli-progress": "^3.8.2",
"esm": "^3.2.25",
"figlet": "^1.4.0",
"recursive-copy": "^2.0.10",
"recursive-readdir": "^2.2.2",
"rimraf": "^3.0.2",
"yargs": "^15.3.1"
}
}