memobuild 0.2.0

A high-performance incremental build system with smart caching and OCI image support
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "memobuild-demo",
  "version": "1.0.0",
  "description": "Demo app for MemoBuild Engine",
  "main": "src/index.js",
  "scripts": {
    "build": "echo 'Building...' && mkdir -p dist && cp src/index.js dist/",
    "start": "node dist/index.js"
  },
  "dependencies": {}
}