forked from pallets-eco/flask-session
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "flask-session2",
"version": "1.3.14",
"description": "Adds server-side session support to your Flask application",
"directories": {
"doc": "docs",
"example": "examples"
},
"private": true,
"scripts": {
"commit": "git add . && pre-commit run; git add . && cz --no-verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christopherpickering/flask-session2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/christopherpickering/flask-session2/issues"
},
"homepage": "https://github.com/christopherpickering/flask-session2#readme",
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "10.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.3",
"@semantic-release/npm": "10.0.3",
"@semantic-release/release-notes-generator": "11.0.3",
"cz-conventional-changelog": "3.3.0",
"semantic-release": "21.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}