-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.18 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
42
{
"name": "@pagopa/react-native-cie",
"version": "1.4.0",
"description": "CIE (Carta di Identità Elettronica) module for react native.",
"main": "index.js",
"types": "index.d.ts",
"files": [
".ios/**/*",
"android/**/*",
"index.js",
"index.d.ts",
".react-native-cie.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "auto-changelog --config .auto-changelog.json --unreleased --commit-limit false --stdout --template preview.hbs",
"version": "auto-changelog -p --config .auto-changelog.json --unreleased && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagopa/io-cie-sdk.git"
},
"keywords": [
"cie",
"react-native"
],
"author": "Matteo Boschi",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagopa/io-cie-android-sdk/issues"
},
"homepage": "https://github.com/pagopa/io-cie-android-sdk#readme",
"devDependencies": {
"auto-changelog": "^2.2.1",
"danger": "^10.6.0",
"danger-plugin-digitalcitizenship": "^1.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}