|
1 | 1 | { |
2 | 2 | "name": "@console/graphql-data-source-[DATA_SOURCE_NAME]", |
3 | 3 | "description": "This is a data source for the Bluemix GraphQL µ-service.", |
4 | | - "author": "Your Name <[email protected]>", |
| 4 | + "contributors": [ |
| 5 | + |
| 6 | + ], |
5 | 7 | "repository": { |
6 | 8 | "type": "git", |
7 | 9 | "url": "[email protected]:bluemix/[REPO_NAME].git" |
8 | 10 | }, |
9 | | - "version": "0.0.0-semantic-release", |
10 | | - "main": "src/index.js", |
| 11 | + "main": "dist/index.js", |
11 | 12 | "directories": { |
12 | 13 | "test": "test" |
13 | 14 | }, |
|
24 | 25 | "atlas": "npm run proxy & npm run dev -- --atlas --config ./config/app_env_private.json", |
25 | 26 | "lint": "eslint src/*.js", |
26 | 27 | "test:unit": "NODE_ENV=test LOG4JS_LEVEL='OFF' jest --coverage", |
27 | | - "test": "npm run lint --silent && npm run test:unit --silent" |
| 28 | + "test": "npm run lint --silent && npm run test:unit --silent", |
| 29 | + "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
28 | 30 | }, |
29 | 31 | "keywords": [ |
30 | 32 | "graphql" |
31 | 33 | ], |
32 | 34 | "license": "ISC", |
33 | 35 | "dependencies": { |
34 | | - "@console/graphql-data-source-helpers": "^1.0.2", |
| 36 | + "@console/gramps": "0.0.2", |
35 | 37 | "casual": "^1.5.14", |
36 | | - "graphql-tools": "^1.2.1" |
| 38 | + "graphql-tools": "^1.2.1", |
| 39 | + "log4js": "^1.1.0" |
37 | 40 | }, |
38 | 41 | "devDependencies": { |
39 | 42 | "@console/graphql": "^1.2.0", |
|
45 | 48 | "babel-preset-env": "^1.6.0", |
46 | 49 | "babel-preset-es2015": "^6.24.1", |
47 | 50 | "babel-preset-stage-2": "^6.24.1", |
| 51 | + "condition-travis-enterprise": "^1.0.0", |
48 | 52 | "del-cli": "^1.1.0", |
49 | 53 | "eslint": "^4.4.1", |
50 | 54 | "eslint-config-airbnb-base": "^11.3.1", |
|
89 | 93 | "githubUrl": "https://github.ibm.com/", |
90 | 94 | "githubApiPathPrefix": "api/v3", |
91 | 95 | "verifyConditions": "condition-travis-enterprise" |
92 | | - } |
| 96 | + }, |
| 97 | + "version": "0.0.0-semantic-release" |
93 | 98 | } |
0 commit comments