-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 KB
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
{
"name": "hyper-sdk-expo-plugin",
"version": "1.0.3",
"description": "An Expo config plugin for automating Android & iOS integration changes for [`hyper-sdk-react`](https://www.npmjs.com/package/hyper-sdk-react) with apps using Expo.",
"main": "index.js",
"scripts": {
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/juspay/hyper-sdk-expo-plugin",
"author": "Subhash Chandra <subhash.chandra@juspay.in> (https://www.juspay.in)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/juspay/hyper-sdk-expo-plugin/issues"
},
"homepage": "https://github.com/juspay/hyper-sdk-expo-plugin#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.12",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"release-it": "^17.6.0"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": false
}
}
}