forked from Cimpress/cimpress-translations-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "cimpress-translations-webpack-plugin",
"version": "1.2.0",
"description": "Effortless webpack integration with Cimpress Translations Service",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "jest",
"build": "babel src -d lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress/cimpress-translations-webpack-plugin.git"
},
"keywords": [
"cimpress",
"translations",
"webpack",
"plugin",
"locale",
"i18n",
"l12y",
"10n",
"live",
"hot"
],
"author": "Igor Sowinski <[email protected], [email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cimpress/cimpress-translations-webpack-plugin/issues"
},
"jest": {
"testURL": "http://localhost/"
},
"homepage": "https://github.com/Cimpress/cimpress-translations-webpack-plugin#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cimpress-translations": "^2.0.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"jsonwebtoken": "^8.2.1",
"mkdirp": "^0.5.1",
"winston": "^3.0.0-rc5"
},
"devDependencies": {
"aws-sdk": "^2.286.2",
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^22.4.3",
"supertest": "^3.1.0"
},
"peerDependencies": {
"aws-sdk": "*"
}
}