-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 2.12 KB
/
package.json
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
55
56
57
58
59
60
{
"name": "iioo-repo",
"private": true,
"scripts": {
"precommit": "lint-staged",
"test": "jest",
"dev": "lerna run --parallel dev",
"bootstrap": "lerna bootstrap",
"release": "lerna publish",
"link": "lerna exec --scope=iioo -- npm link"
},
"lint-staged": {
"packages/*/src/**/*.js": [
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@types/jest": "^22.2.3",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.15.0",
"husky": "^0.14.3",
"jest": "^22.1.1",
"lerna": "^2.7.1",
"lint-staged": "^6.0.0",
"rimraf": "^2.6.2"
},
"jest": {
"collectCoverage": true,
"coverageReporters": [
"json",
"text",
"lcov"
]
},
"description": "[![build status](https://img.shields.io/travis/big-wheel/iioo/master.svg?style=flat-square&label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/big-wheel/iioo) [![build status](https://img.shields.io/appveyor/ci/imcuttle/iioo/master.svg?label=Windows)](https://ci.appveyor.com/project/imcuttle/iioo/branch/master) [![Test coverage](https://img.shields.io/codecov/c/github/big-wheel/iioo.svg?style=flat-square)](https://codecov.io/github/big-wheel/iioo?branch=master) [![NPM version](https://img.shields.io/npm/v/iioo.svg?style=flat-square)](https://www.npmjs.com/package/iioo) [![NPM Downloads](https://img.shields.io/npm/dm/iioo.svg?style=flat-square&maxAge=43200)](https://www.npmjs.com/package/iioo)",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"lerna-changelog": "^0.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/big-wheel/iioo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/big-wheel/iioo/issues"
},
"homepage": "https://github.com/big-wheel/iioo#readme"
}