UNPKG

1.54 kBJSONView Raw
1{
2 "name": "coz",
3 "version": "7.2.1",
4 "description": "Flexible generator, which makes your project clean and maintainable.",
5 "main": "lib",
6 "bin": {
7 "coz": "bin/coz"
8 },
9 "scripts": {
10 "test": "node ./ci/test.js",
11 "prepare": "node ./ci/build.js"
12 },
13 "repository": "coz-labo/coz",
14 "keywords": [
15 "development",
16 "generator",
17 "sourcecode",
18 "automation",
19 "template"
20 ],
21 "author": {
22 "name": "Taka Okunishi",
23 "url": "http://okunishitaka.com"
24 },
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/coz-labo/coz/issues"
28 },
29 "homepage": "https://github.com/coz-labo/coz",
30 "dependencies": {
31 "aglob": "^3.0.2",
32 "argx": "^4.0.4",
33 "arrayfilter": "^1.1.2",
34 "arraysort": "^2.0.0",
35 "commander": "^6.1.0",
36 "coz-bud": "^5.0.1",
37 "coz-bud-compiler": "^3.0.4",
38 "coz-bud-loader": "^3.0.3",
39 "coz-bud-remover": "^3.0.6",
40 "coz-bud-writer": "^3.0.5",
41 "coz-engine": "^3.0.0",
42 "coz-handlebars-engine": "^4.1.2",
43 "coz-logger": "^5.0.4",
44 "fmtjson": "^5.0.2"
45 },
46 "devDependencies": {
47 "@babel/runtime": "^7.11.2",
48 "ababel": "^6.1.5",
49 "amocha": "^7.1.1",
50 "ape-deploying": "^5.0.5",
51 "ape-releasing": "^5.0.7",
52 "ape-tasking": "^4.0.12",
53 "ape-tmpl": "^6.0.14",
54 "ape-updating": "^5.0.3",
55 "coz-examples": "^1.0.3",
56 "filecopy": "^4.1.0",
57 "injectmock": "^2.0.0",
58 "mkdirp": "^1.0.4",
59 "rimraf": "^3.0.2",
60 "stringcase": "^4.3.1"
61 },
62 "engines": {
63 "node": ">=10",
64 "npm": ">=5"
65 }
66}
\No newline at end of file