-
-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.74 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.74 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@rnv/core",
"version": "1.10.0-rc.1",
"description": "RNV Core SDK",
"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)",
"contributors": [],
"files": [
"LICENSE",
"jsonSchema",
"lib",
"templateFiles"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/flexn-io/renative.git"
},
"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rimraf -I ./lib && rimraf -I tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json",
"compile:prod": "tsc -b tsconfig.json",
"prepublishOnly": "yarn clean && yarn compile:prod",
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"ajv": "7.0.0-beta.0",
"deepmerge": "3.2.0",
"envinfo": "7.13.0",
"esbuild": "^0.12.1",
"execa": "5.1.1",
"lodash": "4.17.23",
"ncp": "2.0.0",
"netcat": "1.5.0",
"resolve": "^1.0.0",
"rimraf": "2.6.2",
"semver": "^7.5.3",
"shelljs": "0.8.5",
"source-map-support": "0.5.13",
"svg2js": "0.0.4-alpha1",
"tslib": "2.5.2",
"type-fest": "4.14.0",
"typescript": "5.2.2",
"zod": "3.23.8"
},
"devDependencies": {
"@types/envinfo": "7.8.4"
},
"peerDependencies": {
"@rnv/config-templates": "^1.10.0-rc.1"
},
"private": "false",
"publishConfig": {
"access": "public"
},
"title": "ReNative Core SDK"
}