-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 860 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 860 Bytes
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
{
"name": "reyesoft-ci",
"version": "1.1.2",
"description": "Reyesoft Continuous Integration",
"scripts": {},
"engines": {
"node": ">=8.6.0",
"npm": ">=5.3.0",
"yarn": ">=1.3.0 <2.0.0"
},
"keywords": [
"ci"
],
"authors": [
"Pablo Gabriel Reyes"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/reyesoft/ci"
},
"dependencies": {
"codelyzer": "5.2.2",
"jest": "25.4.0",
"jest-preset-angular": "8.2.1",
"jest-zone-patch": "^0.0.10",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"tslint-config-prettier": "1.18.0",
"rimraf": "3.0.2",
"rollup": "2.22.1",
"sass-lint": "1.13.1",
"sorcery": "0.10.0",
"tslint": "6.1.2"
}
}