-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.73 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "origami-cli",
"version": "1.2.3",
"description": "CLI for Origami",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/origami-cms/cli",
"author": "Tristan Matthias <hello@tristanmatthias.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "tslint -s node_modules/custom-tslint-formatters/formatters -t grouped src/**/*.ts --fix"
},
"dependencies": {
"@types/fs-extra": "^5.0.4",
"@types/tmp": "^0.0.33",
"colors": "^1.2.0",
"deepmerge": "^2.1.0",
"dot-object": "^1.7.0",
"extract-zip": "^1.6.7",
"fs-extra": "^7.0.0",
"inquirer": "^5.1.0",
"latest-version": "^4.0.0",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",
"opn": "^5.4.0",
"ora": "^3.0.0",
"origami-bird": "^1.0.0",
"origami-cms": "^0.2.16",
"origami-core-lib": "^0.3.15",
"request": "^2.88.0",
"semver": "^5.5.1",
"tmp": "^0.0.33",
"unzip-stream": "^0.3.0",
"yargs": "^11.0.0",
"yarn-programmatic": "^0.0.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/colors": "^1.2.1",
"@types/deepmerge": "^1.3.3",
"@types/dot-object": "^1.5.0",
"@types/es6-promise": "^3.3.0",
"@types/express": "^4.16.0",
"@types/inquirer": "^0.0.37",
"@types/lodash": "^4.14.104",
"@types/mkdirp": "^0.5.2",
"@types/opn": "^5.1.0",
"@types/package-json": "^4.0.1",
"@types/semver": "^5.5.0",
"@types/yargs": "^11.0.0",
"bitbar-webpack-progress-plugin": "^1.0.0",
"custom-tslint-formatters": "^2.3.0",
"shebang-loader": "^0.0.1",
"ts-loader": "^4.1.0",
"tslint": "^5.9.1",
"tslint-config-origami": "^1.0.1",
"typescript": "^3.1.1"
},
"bin": {
"origami": "dist/index.js"
}
}