forked from BaffinLee/readline-reverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1001 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "readline-reverse",
"version": "1.0.1",
"description": "readline reverse",
"main": "src/index.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"lint": "eslint src test",
"test": "npm run lint && nyc mocha --require intelli-espower-loader",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"files": [
"src",
"index.d.ts"
],
"keywords": [
"reverse",
"readline",
"tail"
],
"bug": {
"url": "https://github.com/baffinlee/readline-reverse/issues"
},
"homepage": "https://github.com/baffinlee/readline-reverse",
"repository": {
"type": "git",
"url": "[email protected]:baffinlee/readline-reverse.git"
},
"author": "BaffinLee <[email protected]>",
"license": "MIT",
"devDependencies": {
"codecov": "^3.0.4",
"eslint": "^5.1.0",
"fs-extra": "^6.0.1",
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"power-assert": "^1.6.0"
}
}