UNPKG

2.43 kBJSONView Raw
1{
2 "name": "@misk/cli",
3 "version": "0.1.19-3",
4 "license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
5 "description": "Misk-Web CLI Build Tool",
6 "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)",
7 "main": "lib/src/index.js",
8 "bin": {
9 "miskweb": "lib/src/index.js"
10 },
11 "files": [
12 "lib"
13 ],
14 "engines": {
15 "node": ">= 0.2.0"
16 },
17 "preferGlobal": true,
18 "scripts": {
19 "clean": "rm -rf lib",
20 "ci-build": "npm run-script clean && npm run-script lib",
21 "lib": "npm run-script build",
22 "lint": "prettier --write --config package.json \".{/src/**/,/}*.{md,css,sass,less,json,js,jsx,ts,tsx}\"",
23 "start": "node lib/src/index.js",
24 "watch": "./node_modules/.bin/tsc -w",
25 "build": "npm run-script clean && npm run-script buildcli && npm run test",
26 "buildcli": "./node_modules/.bin/tsc",
27 "buildrun": "npm run-script build && npm run-script start",
28 "prepare": "npm run-script ci-build && npm run-script buildcli",
29 "precommit": "npm run-script lint",
30 "smooth-release": "smooth-release",
31 "test": "jest --passWithNoTests"
32 },
33 "dependencies": {
34 "@misk/prettier": "0.1.19-3",
35 "@misk/test": "0.1.19-3",
36 "axios": "0.19.0",
37 "dayjs": "1.8.16",
38 "fs-extra": "8.1.0",
39 "klaw": "3.0.0",
40 "lodash": "4.17.15",
41 "pkg": "4.4.0",
42 "prettier": "1.18.2",
43 "progress": "2.0.3",
44 "root-require": "0.3.1",
45 "shelljs": "0.8.3",
46 "tslib": "1.10.0",
47 "typescript": "3.5.3",
48 "yargs": "14.0.0"
49 },
50 "devDependencies": {
51 "@misk/dev": "0.1.19-3",
52 "@testing-library/dom": "6.2.0",
53 "@testing-library/react": "9.1.1",
54 "@types/jest": "24.0.18",
55 "jest": "24.9.0",
56 "jest-emotion": "10.0.14",
57 "jest-serializer-html": "7.0.0",
58 "@misk/tslint": "0.1.19-3",
59 "ts-jest": "24.1.0",
60 "@types/fs-extra": "8.0.0",
61 "@types/klaw": "3.0.0",
62 "@types/lodash": "4.14.138",
63 "@types/node": "11.13.1",
64 "@types/shelljs": "0.8.5",
65 "@types/yargs": "13.0.2"
66 },
67 "jest": {
68 "testEnvironment": "node",
69 "transform": {
70 "^.+\\.tsx?$": "ts-jest"
71 },
72 "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
73 "moduleFileExtensions": [
74 "ts",
75 "tsx",
76 "js",
77 "json",
78 "jsx"
79 ]
80 },
81 "prettier": "@misk/prettier",
82 "miskTab": {
83 "name": "@misk/cli",
84 "outDir": "./lib",
85 "slug": "@misk/cli"
86 }
87}