-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.11 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "gulp-parser-apm",
"version": "1.0.1",
"description": "fis3-parser-apm in gulp",
"main": "dist/index.js",
"scripts": {
"lint": "eslint 'src/**/*.ts'",
"semantic-release": "semantic-release"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/searchfe/gulp-parser-apm.git"
},
"author": {
"name": "lijie0981",
"email": "[email protected]"
},
"license": "MIC",
"bugs": {
"url": "https://github.com/searchfe/gulp-parser-apm/issues"
},
"devDependencies": {
"semantic-release": "^15.13.27",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^5.1.7",
"@semantic-release/release-notes-generator": "^7.1.4",
"@types/glob": "^7.1.1",
"@types/node": "^10.14.1",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^6.5.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^4.0.1",
"gulp-inline-template": "^1.1.5",
"gulp-transform-cache": "*1.1.0",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-util": "^3.0.8",
"lodash": "^4.17.11",
"mocha": "^4.0.0"
},
"release": {
"branch": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"peerDependencies": {
"gulp-transform-cache": "*1.1.0"
},
"dependencies": {
"debug": "^4.1.1",
"fast-json-parse": "^1.0.3",
"glob": "^7.1.4",
"gulp-util": "^3.0.8",
"madge": "^3.4.4",
"readable-stream": "^3.3.0"
},
"files": [
"dist",
"*.json",
"*.md"
],
"homepage": "https://github.com/searchfe/gulp-parser-apm#readme"
}