aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 0a4f7246b6367c4fa23cddfd7da90377278099b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "drone-build-test",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "ava",
    "lint": "eslint .",
    "start": "node index.js"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "ava": "1.0.0-beta.7",
    "eslint": "^5.3.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0"
  }
}