-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1011 Bytes
/
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
{
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
"name": "emd_flutter_identity",
"description": "A package for EMD SSO",
"version": "1.0.12",
"private": true,
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "cz",
"release": "standard-version"
},
"standard-version": {
"scripts": {
"pretag": "node dart_version.js && git add . && git commit -m \"chore: update version in pubspec and lib [skip_ci]\""
}
},
"repository": {
"type": "git",
"url": "https://github.com/emdgroup/flutter_identity"
},
"author": "",
"license": "ISC",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"standard-version": "^9.5.0",
"yaml": "^2.2.2"
}
}