UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@misk/cli",
3 "version": "0.0.27",
4 "license": "SEE LICENSE IN https://github.com/square/misk-web",
5 "description": "Misk-Web CLI Build Tool",
6 "author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)",
7 "main": "lib/web/@misk/cli/index.js",
8 "bin": {
9 "miskweb": "lib/web/@misk/cli/index.js"
10 },
11 "files": [
12 "lib"
13 ],
14 "engines": {
15 "node": ">= 0.2.0"
16 },
17 "dependencies": {
18 "chalk": "^2.4.1",
19 "commander": "^2.18.0",
20 "dayjs": "^1.7.7",
21 "inquirer": "^6.2.0",
22 "node-emoji": "^1.8.1",
23 "fs-extra": "^7.0.1",
24 "yargs": "^12.0.4",
25 "@types/fs-extra": "^5.0.4",
26 "@types/inquirer": "0.0.43",
27 "@types/node-emoji": "^1.8.0",
28 "@types/yargs": "^12.0.1"
29 },
30 "devDependencies": {
31 "@misk/dev": "^0.1.1-alpha-0.4",
32 "@misk/tslint": "^0.1.1-alpha-0.1"
33 },
34 "preferGlobal": true,
35 "scripts": {
36 "clean": "rm -rf lib",
37 "ci-build": "npm run-script clean && npm run-script lib",
38 "lib": "npm run-script build",
39 "start": "node lib/web/@misk/cli/index.js",
40 "watch": "tsc -w",
41 "build": "tsc",
42 "buildrun": "npm run-script build && npm run-script start",
43 "prepublish": "npm run-script ci-build",
44 "precommit": "lint-staged",
45 "smooth-release": "smooth-release"
46 },
47 "lint-staged": {
48 "*.ts": [
49 "prettier --write",
50 "git add"
51 ]
52 },
53 "miskTab": {
54 "name": "@misk/cli",
55 "outDir": "./lib/web/@misk/cli",
56 "slug": "@misk/cli"
57 }
58}