forked from mdn/translated-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 773 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
{
"name": "@mdn/translated-content",
"version": "1.0.0",
"description": "Translated content of https://developer.mozilla.org",
"private": true,
"homepage": "https://github.com/mdn/translated-content#readme",
"bugs": {
"url": "https://github.com/mdn/translated-content/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "MDN Web Docs",
"repository": {
"type": "git",
"url": "git+https://github.com/mdn/translated-content.git"
},
"scripts": {
"fix:json": "prettier -w \"**/*.json\"",
"fix:yml": "prettier -w \"**/*.yml\"",
"lint:json": "prettier -c \"**/*.json\"",
"lint:yml": "prettier -c \"**/*.yml\""
},
"engines": {
"node": "^16.0.0 || >=18.0.0"
},
"dependencies": {
"prettier": "2.7.1"
}
}