-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
45 lines (45 loc) · 1.26 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
43
44
45
{
"name": "@morrowdigital/watermelondb-expo-plugin",
"version": "2.3.3",
"main": "build/withWatermelon.js",
"types": "build/withWatermelon.d.ts",
"license": "MIT",
"git": "https://github.com/morrowdigital/watermelondb-expo-plugin.git",
"homepage": "https://github.com/morrowdigital/watermelondb-expo-plugin#readme",
"bugs": {
"url": "https://github.com/morrowdigital/watermelondb-expo-plugin/issues"
},
"keywords": [
"watermelondb",
"expo-plugin",
"expo"
],
"devDependencies": {
"@expo/config-plugins": "^8.0.4",
"expo-module-scripts": "^3.5.1"
},
"files": [
"build",
"app.plugin.js"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"bump:beta": "npm version prerelease --preid=beta",
"bump:release": "npm version patch"
},
"description": "Config plugin to auto configure `@nozbe/watermelondb`",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morrowdigital/watermelondb-expo-plugin.git"
},
"author": "Morrow"
}