-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "pipe-now",
"version": "0.0.0-development",
"description": "A pipe function that acts like the pipeline operator proposal.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Gabriel Duarte <[email protected]> (https://www.gabrielduarte.tech/)",
"license": "MIT",
"homepage": "https://github.com/GabrielDuarteM/pipe-now",
"keywords": [
"pipe",
"now",
"pipeline",
"operator",
"tool",
"tools",
"util",
"utils",
"helper",
"helpers"
],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/GabrielDuarteM/pipe-now.git"
},
"bugs": {
"url": "https://github.com/GabrielDuarteM/pipe-now/issues"
},
"scripts": {
"start": "gd-scripts start",
"build": "gd-scripts build",
"test": "gd-scripts test",
"lint": "gd-scripts lint",
"ci": "gd-scripts ci",
"release": "semantic-release"
},
"devDependencies": {
"@types/jest": "24.0.11",
"@types/node": "11.13.9",
"codecov": "3.3.0",
"gd-scripts": "5.0.3",
"semantic-release": "15.13.3"
}
}