-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 971 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
{
"name": "vtex-cms-sauce",
"version": "2.0.0",
"description": "Tool for handling VTEX CMS requests.",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"watch": "watch 'npm run build' src"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alvimm/vtex-cms-sauce.git"
},
"keywords": [
"VTEX",
"CMS",
"API",
"Sauce"
],
"author": "Mauricio Alvim",
"license": "MIT",
"bugs": {
"url": "https://github.com/alvimm/vtex-cms-sauce/issues"
},
"homepage": "https://github.com/alvimm/vtex-cms-sauce#readme",
"dependencies": {
"@babel/core": "^7.3.4",
"apisauce": "^0.13.0",
"cheerio": "^1.0.0-rc.2",
"form-data": "^2.1.4"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"watch": "^1.0.2"
}
}