-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "format-curl",
"version": "2.2.1",
"description": "Format curl execution from request params",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/megatolya/format-curl.git"
},
"keywords": [
"curl",
"request",
"format"
],
"author": "Anatoly Ostrovsky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/megatolya/format-curl/issues"
},
"homepage": "https://github.com/megatolya/format-curl#readme",
"dependencies": {},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"colors": "^1.1.2",
"diff": "^3.4.0",
"eslint": "^5.4.0",
"jest": "^23.5.0",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-uglify": "^4.0.0"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint {src,test} *.js",
"shipit": "npm run build && npm publish --tag beta",
"test": "jest"
}
}