1 | {
|
2 | "name": "edam",
|
3 | "version": "3.4.4",
|
4 | "scripts": {
|
5 | "dist": "rimraf dist && tsc",
|
6 | "dev": "npm run dist -- -w",
|
7 | "prepare": "npm run dist",
|
8 | "prepublishOnly": "jest",
|
9 | "changelog": "conventional-changelog -p angular -i ../../CHANGELOG.md -s -r 0 && git add ../../CHANGELOG.md"
|
10 | },
|
11 | "typings": "dist/index.d.ts",
|
12 | "description": "The multifunctional scaffold generator.",
|
13 | "main": "dist/index.js",
|
14 | "keywords": [
|
15 | "scaffold",
|
16 | "generator",
|
17 | "edam"
|
18 | ],
|
19 | "author": "imcuttle",
|
20 | "files": [
|
21 | "dist/**"
|
22 | ],
|
23 | "dependencies": {
|
24 | "@moyuyc/parse-git-config": "^2.0.1",
|
25 | "await-event-emitter": "^1.1.2",
|
26 | "chalk": "^2.3.2",
|
27 | "change-case": "^3.0.2",
|
28 | "cosmiconfig": "4.0.0",
|
29 | "cross-spawn": "^6.0.5",
|
30 | "debug": "^4.2.0",
|
31 | "download": "^8.0.0",
|
32 | "execa": "^1.0.0",
|
33 | "file-type": "^16.3.0",
|
34 | "filenamify": "^2.0.0",
|
35 | "find-up": "^3.0.0",
|
36 | "git-config-path": "^1.0.1",
|
37 | "global-modules": "^1.0.0",
|
38 | "handlebars": "^4.0.11",
|
39 | "handlebars-helpers": "^0.10.0",
|
40 | "inquirer": "^5.1.0",
|
41 | "is-online": "^8.5.1",
|
42 | "json5": "^1.0.1",
|
43 | "line-column-path": "^1.0.0",
|
44 | "lodash": "^4.17.5",
|
45 | "lodash.omit": "^4.5.0",
|
46 | "log-symbols": "^2.2.0",
|
47 | "micromatch": "^3.1.10",
|
48 | "mkdirp": "^0.5.1",
|
49 | "omit-nully": "^1.0.0",
|
50 | "p-reduce": "^1.0.0",
|
51 | "parse-github-url": "^1.0.2",
|
52 | "pify": "^3.0.0",
|
53 | "resolve": "^1.6.0",
|
54 | "rimraf": "^2.6.2",
|
55 | "semver": "^5.5.0",
|
56 | "terminal-link": "^1.1.0",
|
57 | "tildify": "^1.2.0",
|
58 | "untildify": "^3.0.2",
|
59 | "update-notifier": "^2.4.0",
|
60 | "url-join": "^4.0.0",
|
61 | "vfile-location": "^2.0.3",
|
62 | "walli": "^1.1.4"
|
63 | },
|
64 | "devDependencies": {
|
65 | "is-ci": "^1.2.1",
|
66 | "rimraf": "^2.6.2",
|
67 | "tempy": "^0.2.1",
|
68 | "typescript": "^3.1.3"
|
69 | },
|
70 | "repository": {
|
71 | "type": "git",
|
72 | "url": "git+https://github.com/imcuttle/edam.git"
|
73 | },
|
74 | "bugs": {
|
75 | "url": "https://github.com/imcuttle/edam/issues"
|
76 | },
|
77 | "homepage": "https://github.com/imcuttle/edam#readme",
|
78 | "license": "MIT",
|
79 | "engines": {
|
80 | "node": ">=6"
|
81 | },
|
82 | "jest": {
|
83 | "testEnvironment": "node",
|
84 | "testPathIgnorePatterns": [
|
85 | ".cache"
|
86 | ],
|
87 | "transform": {
|
88 | "^.+\\.jsx?$": "babel-jest",
|
89 | "^.+\\.tsx?$": "ts-jest"
|
90 | },
|
91 | "testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
92 | "moduleFileExtensions": [
|
93 | "ts",
|
94 | "tsx",
|
95 | "js",
|
96 | "jsx",
|
97 | "json",
|
98 | "node"
|
99 | ]
|
100 | },
|
101 | "gitHead": "786df61edcdd7907723f2e3d9af305314714bfb7"
|
102 | }
|