UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@creuna/cli",
3 "version": "2.1.1",
4 "description": "Creuna command line tools",
5 "main": "index.js",
6 "scripts": {
7 "test": "ava test/*.js --verbose"
8 },
9 "bin": {
10 "creuna": "./bin/index.js"
11 },
12 "files": [
13 "index.js",
14 "bin",
15 "source",
16 "LICENSE",
17 "README.md"
18 ],
19 "author": "Asbjørn Hegdahl <asbjorn.hegdahl@creuna.no>",
20 "contributors": [
21 {
22 "name": "Asbjørn Hegdahl",
23 "email": "asbjorn.hegdahl@creuna.no"
24 },
25 {
26 "name": "Pelle Bjerkestrand",
27 "email": "pelle.bjerkestrand@creuna.no"
28 }
29 ],
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/Creuna-Oslo/cli.git"
33 },
34 "license": "MIT",
35 "dependencies": {
36 "@creuna/create-react-app": "^5.0.2",
37 "@creuna/prompt": "^2.0.0",
38 "@creuna/react-scripts": "^4.0.0",
39 "chalk": "^2.4.1",
40 "configstore": "^4.0.0",
41 "find-up": "^3.0.0",
42 "fs-extra": "^7.0.0",
43 "gradient-string": "^1.1.0",
44 "octonode": "^0.9.5",
45 "request": "^2.87.0",
46 "select-shell": "^1.1.2",
47 "semver": "^5.5.0",
48 "term-img": "^2.1.0"
49 },
50 "devDependencies": {
51 "ava": "^0.25.0",
52 "babel-eslint": "^10.0.1",
53 "eslint": "^5.7.0",
54 "eslint-config-prettier": "^3.1.0",
55 "eslint-plugin-prettier": "^3.0.0",
56 "prettier": "^1.13.4",
57 "proxyquire": "^2.0.1",
58 "tempy": "^0.2.1"
59 }
60}