-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "flutter_finder_usercentric",
"version": "1.0.0",
"description": "Flutter usercentric finder provides flutter finder based on usercentric approach and ready to use during test",
"main": "index.js",
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nobelization/flutter_finder_usercentric.git"
},
"keywords": [
"flutter",
"e2e"
],
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nobelization/flutter_finder_usercentric/issues"
},
"homepage": "https://github.com/nobelization/flutter_finder_usercentric#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"semantic-release": "^23.0.2",
"semantic-release-replace-plugin": "^1.2.7"
}
}