frontwork 0.4.4

The TypeScript Framework using Deno & Webassembly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "my-new-frontwork-app",
  "version": "0.0.1",
  "description": "My New Frontwork App",
  "main": "main.service.ts",
  "engines": {
    "deno": "^1.44.0"  
  },
  "scripts": {
    "test": "frontwork test",
    "build": "frontwork build",
    "watch": "frontwork watch",
    "bundle": "deno run --allow-read --allow-write --allow-env --allow-net --allow-run bundle.ts"
  }
}