UNPKG

1.11 kBJSONView Raw
1{
2 "devDependencies": {
3 "jest": "^24.8.0",
4 "np": "^5.0.2"
5 },
6 "main": "./src/index.js",
7 "scripts": {
8 "test": "jest"
9 },
10 "jest": {
11 "modulePathIgnorePatterns": [
12 "./node_modules"
13 ]
14 },
15 "name": "conartist",
16 "description": "Declarative project scaffolding and synchronisation.",
17 "version": "0.19.1",
18 "bin": "./bin.js",
19 "dependencies": {
20 "commander": "^2.20.0",
21 "cosmiconfig": "^5.2.1",
22 "fs-extra": "^8.0.1",
23 "get-stdin": "^7.0.0",
24 "globby": "^9.2.0",
25 "indent-string": "^4.0.0",
26 "lodash": "^4.17.11",
27 "meow": "^5.0.0",
28 "minimatch": "^3.0.4",
29 "minimist": "^1.2.0",
30 "outdent": "^0.7.0",
31 "prettier": "^1.17.1",
32 "read-pkg-up": "^6.0.0",
33 "strip-indent": "^3.0.0"
34 },
35 "repository": {
36 "type": "git",
37 "url": "git+https://github.com/treshugart/conartist.git"
38 },
39 "author": {
40 "name": "Trey Shugart",
41 "email": "treshugart@gmail.com"
42 },
43 "license": "MIT",
44 "bugs": {
45 "url": "https://github.com/treshugart/conartist/issues"
46 },
47 "homepage": "https://github.com/treshugart/conartist#readme"
48}