-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "expo-combateafraude",
"author": "onz-software",
"version": "1.11.28",
"main": "build/index.js",
"license": "MIT",
"homepage": "https://www.npmjs.com/package/expo-combateafraude",
"repository": {
"type": "git",
"url": "https://github.com/ONZ-Software/expo-combateafraude.git"
},
"bugs": {
"url": "https://github.com/ONZ-Software/expo-combateafraude/issues"
},
"scripts": {
"build": "expo-module prepare && yarn copy-files",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "husky install",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"copy-files": "cpx 'caf-src/**/*' build",
"release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "9.0.2",
"@types/fs-extra": "^11.0.1",
"cpx": "^1.5.0",
"expo-module-scripts": "^3.0.7",
"husky": "^8.0.3",
"semantic-release": "^20.1.1"
},
"dependencies": {
"@expo/config-plugins": "^7.8.4",
"fs-extra": "^11.1.0"
}
}