-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
22 lines (22 loc) · 1013 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
{
"name": "legaldocs",
"version": "1.0.0",
"description": "This repository contains AdGuard’s legal documents, they are later synced to the website. The purpose is to be transparent about the history of their changes.",
"main": "index.js",
"scripts": {
"lint": "markdownlint .",
"build:resx": "node build-resx.js",
"crowdin:upload:sources": "crowdin upload sources",
"crowdin:upload:translations": "crowdin upload translations -l en --auto-approve-imported --import-eq-suggestions",
"crowdin:upload": "npm run crowdin:upload:sources && npm run crowdin:upload:translations",
"crowdin:upload:dryrun": "crowdin upload sources --dryrun && crowdin upload translations -l en --auto-approve-imported --import-eq-suggestions --dryrun"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@crowdin/cli": "4.4.1",
"markdownlint": "0.36.1",
"markdownlint-cli": "0.43.0",
"xmlbuilder2": "3.1.1"
}
}