-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1000 Bytes
/
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
{
"name": "voir-native",
"version": "0.5.2",
"description": "It is a framework to develop applications in a more controlled way with tabrisjs",
"main": "dist/index.js",
"scripts": {
"build": "vite build",
"types": "tsc -p .",
"start": "npm-run-all --parallel build types"
},
"directories": {
"dist": "dist",
"types": "types"
},
"keywords": [
"voir",
"voir-native",
"tabrisjs",
"native",
"mobile",
"android",
"ios",
"window",
"cross-platform"
],
"dependencies": {
"string-tocapitalize": "~1.0.0"
},
"peerDependencies": {
"tabris": ">= 2.9.0"
},
"homepage": "https://github.com/everskyblue/voir-native#readme",
"repository": {
"type": "git",
"url": "https://github.com/everskyblue/voir-native"
},
"typings": "./types/index.d.ts",
"author": "hicodx",
"license": "BSD 3-Clause"
}