-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 905 Bytes
/
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
{
"name": "bivrost-delay-adapter",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel -d ./ ./src",
"dev": "./node_modules/.bin/babel -d ./ ./src --watch",
"test": "./node_modules/.bin/jest --coverage",
"test-dev": "./node_modules/.bin/jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuchk4/bivrost-delay-adapter.git"
},
"author": "tuchk4 <valeriy.sorokobatko@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tuchk4/bivrost-delay-adapter/issues"
},
"homepage": "https://github.com/tuchk4/bivrost-delay-adapter#readme",
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-jest": "^18.0.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"jest-cli": "^18.0.0"
}
}