-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1.02 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
{
"name": "cultist-simulator-pt-br",
"synopsis": {
"name": "[Em Andamento] Tradução Português Brasil",
"author": "Weslley Rocha",
"description": "Quer ajudar a traduzir? Faça parte do projeto em https://crwd.in/cultist-simulator\n\nEncontrou algum problema, por favor reporte por aqui:\nhttps://github.com/WeslleyNasRocha/cultist-simulator-pt-br/issues",
"description_long": "Quer ajudar a traduzir? Faça parte do projeto em https://crwd.in/cultist-simulator\n\nEncontrou algum problema, por favor reporte por aqui:\nhttps://github.com/WeslleyNasRocha/cultist-simulator-pt-br/issues"
},
"version": "0.1.7",
"repository": "[email protected]:WeslleyNasRocha/cultist-simulator-pt-br.git",
"author": "Weslley Rocha <[email protected]>",
"license": "MIT",
"scripts": {
"build": "node build.js",
"fix:style": "prettier --write ."
},
"dependencies": {
"typescript": "^4.1.5"
},
"devDependencies": {
"prettier": "^2.3.0"
}
}