@jvondev/wapp-base 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/wapp-base ADDED
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@jvondev/wapp-base",
3
+ "version": "1.0.0",
4
+ "description": "Pre-compiled base engines for Wapp instant app generation",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/jvondev/wapp.git"
12
+ },
13
+ "keywords": [
14
+ "wapp",
15
+ "tauri",
16
+ "desktop"
17
+ ],
18
+ "author": "jvon",
19
+ "license": "MIT",
20
+ "publishConfig": {
21
+ "access": "public"
22
+ }
23
+ }