forked from ampproject/amp-github-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.2 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.2 KB
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
{
"name": "amp-github-apps",
"description": "A collection of GitHub Apps for the AMP Project",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"author": "The AMP HTML authors",
"repository": {
"type": "git",
"url": "https://github.com/ampproject/amp-github-apps.git"
},
"scripts": {
"start": "node build-system/pr-check.js",
"lint": "eslint . --ext .ts,.tsx",
"fix": "eslint . --ext .ts,.tsx --fix",
"replace-secrets": "node bin/replace-secrets.js",
"unredact-env": "read -p \"This will overwrite existing .env file. Press enter to continue.\n\" && node bin/unredact-env.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-notice": "0.9.10",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-sort-imports-es6-autofix": "0.5.0",
"eslint-plugin-sort-requires": "2.1.0",
"fancy-log": "1.3.3",
"kleur": "4.1.4",
"prettier": "2.2.1",
"typescript": "3.9.9",
"yaml": "1.10.0"
}
}