-
-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 970 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 970 Bytes
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
{
"name": "@rnv/config-templates",
"version": "1.9.0-feat-update-docs",
"description": "ReNative configuration templates for plugins, platforms, engines and project template endpoints",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
"bugs": {
"url": "https://github.com/flexn-io/renative/issues"
},
"license": "MIT",
"author": "Pavel Jacko <pavel.jacko@gmail.com> (https://github.com/pavjacko)",
"files": [
"LICENSE",
"pluginTemplates",
"renative.templates.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flexn-io/renative.git"
},
"scripts": {
"bootstrap": "echo skip",
"build": "echo skip",
"clean": "echo skip",
"compile": "echo skip",
"lint": "echo skip",
"watch": "echo skip"
},
"private": false,
"publishConfig": {
"access": "public"
}
}