UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@creuna/cli",
3 "version": "0.0.16",
4 "description": "Creuna command line tools",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"No test specified\" && exit 0"
8 },
9 "bin": {
10 "creuna": "./index.js"
11 },
12 "files": [
13 "index.js",
14 "source"
15 ],
16 "author": "Asbjørn Hegdahl <asbjorn.hegdahl@creuna.no>",
17 "contributors": [
18 {
19 "name": "Asbjørn Hegdahl",
20 "email": "asbjorn.hegdahl@creuna.no"
21 },
22 {
23 "name": "Pelle Bjerkestrand",
24 "email": "pelle.bjerkestrand@creuna.no"
25 }
26 ],
27 "license": "MIT",
28 "dependencies": {
29 "@creuna/create-react-app": "^1.2.1",
30 "@creuna/react-scripts": "^1.1.3",
31 "chalk": "^2.4.1",
32 "configstore": "^3.1.2",
33 "find-up": "^2.1.0",
34 "gradient-string": "^1.1.0",
35 "octonode": "^0.9.2",
36 "request": "^2.87.0",
37 "select-shell": "^1.0.0",
38 "semver": "^5.5.0",
39 "term-img": "^2.1.0"
40 },
41 "devDependencies": {
42 "babel-eslint": "^8.2.3",
43 "eslint": "^4.19.1",
44 "eslint-config-prettier": "^2.9.0",
45 "eslint-plugin-prettier": "^2.6.0",
46 "prettier": "^1.13.4"
47 }
48}