-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 1.09 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
24
25
26
27
28
29
30
31
32
33
34
{
"private": true,
"name": "yplatform",
"description": "Software and configuration that supports various cycles of software development.",
"version": "0.3.40",
"license": "Apache-2.0",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"exports": {
"./*": "./*"
},
"devDependencies": {
"@babel/core": "^7.13.0",
"@babel/eslint-parser": "^7.13.0",
"@babel/eslint-plugin": "^7.13.0",
"@getify/eslint-plugin-proper-arrows": "^10.0.0",
"aws-sdk": "^2.205.0",
"eslint": "^7.18.0",
"eslint-import-resolver-node": "^0.3.3",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-firecloud": "git+https://github.com/ysoftwareab/eslint-plugin-firecloud.git#semver:~0.13.1",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^31.4.0",
"eslint-plugin-lodash": "^7.1.0",
"eslint-plugin-no-null": "^1.0.2",
"js-yaml": "^3.14.1",
"lodash-firecloud": "git+https://github.com/ysoftwareab/lodash-firecloud.git#semver:~0.5.28",
"typescript": "^3.7.2"
}
}