-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.89 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
{
"name": "gulp-san-ssr",
"version": "1.3.2",
"discription": "gulp-san-ssr",
"scripts": {
"version": "npm run lint && npm run build",
"lint": "eslint 'src/**/*.ts'",
"test": "exit 0",
"build": "tsc",
"watch": "tsc --watch",
"commit": "git-cz",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/searchfe/gulp-san-ssr"
},
"homepage": "https://github.com/searchfe/gulp-san-ssr",
"devDependencies": {
"@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/node": "^10.14.1",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"san-ssr": "^1.3.9",
"semantic-release": "^15.13.27",
"typescript": "^3.4.5"
},
"release": {
"branch": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"dependencies": {
"plugin-error": "^1.0.1",
"san": "^3.7.9",
"san-ssr-target-php": "^1.0.0",
"through2": "^3.0.1"
},
"peerDependencies": {
"san-ssr": "*"
},
"engines": {
"node": ">= 6.0.x"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"author": "harttle <[email protected]>",
"files": [
"dist",
"*.json",
"*.md"
]
}