-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 937 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
41
42
43
44
{
"name": "nativescript-turbine",
"version": "0.0.1",
"description": "Using Turbine to create native mobile applications.",
"main": "dist/index.js",
"scripts": {
"dev": "tsc -w",
"build": "tsc"
},
"peerDependencies": {
"@funkia/hareactive": "^0.4.0",
"tns-core-modules": "6.5.1"
},
"dependencies": {
"@funkia/jabz": "0.0.24",
"@funkia/turbine": "^0.4.0"
},
"devDependencies": {
"@funkia/hareactive": "^0.4.0",
"tns-core-modules": "^6.5.1",
"typescript": "^3.8.3"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/funkia/nativescript-turbine/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funkia/nativescript-turbine.git"
},
"keywords": [
"pure",
"functional",
"framework",
"frp",
"functional reactive programming",
"typescript",
"native"
],
"license": "MIT",
"prettier": {}
}