-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) 路 917 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) 路 917 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
34
35
36
37
38
{
"name": "web2flutter",
"version": "0.1.0",
"description": "Convert any website to a native Flutter mobile app in 60 seconds. Push notifications, offline, deep links, app store ready.",
"main": "dist/index.js",
"type": "module",
"bin": {
"web2flutter": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx watch src/cli.ts",
"test": "node --test"
},
"keywords": [
"flutter",
"web-to-app",
"mobile",
"webview",
"pwa",
"ios",
"android",
"cross-platform",
"cli"
],
"author": "Kasim Mohammed <mrkasimmjk@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kasimmj/web2flutter.git"
},
"homepage": "https://github.com/kasimmj/web2flutter",
"bugs": "https://github.com/kasimmj/web2flutter/issues",
"engines": {
"node": ">=18"
},
"files": ["dist", "README.md", "LICENSE"]
}