aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: df7b89e6e1f7785a442ecba6ff0217cb803bcb1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "name": "js-github-library",
    "description": "A small library for personal use",
    "version": "0.0.1",
    "license": "MIT",
    "author": {
        "name": "Valentin Popov",
        "email": "info@valentineus.link"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/valentineus/js-github-library.git"
    },
    "bugs": {
        "url": "https://github.com/valentineus/js-github-library/issues"
    },
    "scripts": {
        "build": "node_modules/rollup/bin/rollup --config rollup.config.js",
        "test": "node_modules/jest/bin/jest.js --config jest.config.js"
    },
    "devDependencies": {
        "babel-cli": "^6.26.0",
        "babel-core": "^6.26.3",
        "babel-jest": "^23.6.0",
        "babel-preset-es2015": "^6.24.1",
        "babel-preset-es2015-rollup": "^3.0.0",
        "eslint": "^5.6.1",
        "eslint-config-airbnb": "^17.1.0",
        "eslint-config-airbnb-base": "^13.1.0",
        "eslint-config-jquery": "^1.0.1",
        "eslint-config-standard": "^12.0.0",
        "eslint-plugin-compat": "^2.5.1",
        "eslint-plugin-import": "^2.14.0",
        "eslint-plugin-jest": "^21.24.0",
        "eslint-plugin-jsx-a11y": "^6.1.1",
        "eslint-plugin-no-loops": "^0.3.0",
        "eslint-plugin-no-use-extend-native": "^0.3.12",
        "eslint-plugin-node": "^7.0.1",
        "eslint-plugin-optimize-regex": "^1.1.6",
        "eslint-plugin-promise": "^4.0.1",
        "eslint-plugin-react": "^7.11.1",
        "eslint-plugin-security": "^1.4.0",
        "eslint-plugin-sonarjs": "^0.1.1",
        "eslint-plugin-standard": "^4.0.0",
        "eslint-plugin-unicorn": "^6.0.1",
        "jest": "^23.6.0",
        "jquery": "^3.5.0",
        "regenerator-runtime": "^0.12.1",
        "rollup": "^0.66.2",
        "rollup-plugin-babel": "^3.0.7",
        "rollup-plugin-uglify": "^6.0.0"
    },
    "dependencies": {}
}