-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 964 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
{
"name": "crowdin-icu-helper",
"version": "1.0.0",
"description": "ICU Message Format Helper for Crowdin",
"engines": {
"node": "16.x"
},
"main": "index.js",
"scripts": {
"start": "yarn browserifyIcuParser && node index.js",
"browserifyIcuParser": "browserify icuParser.js --standalone icuParser > public/icuParser.js"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "^2.1.7",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"browserify": "^17.0.0",
"ejs": "^3.1.5",
"express": "^4.15.2",
"got": "^11.8.5",
"jsonwebtoken": "^9.0.0",
"node-blob": "0.0.2",
"pg": "^8.7.3",
"sequelize": "^6.29.0",
"tape": "^4.7.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"dotenv": "^16.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Martin005/crowdin-icu-helper"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}