flux-platform 1.0.1

A local-first, AI-native developer automation platform: build, test, package, and deploy from a single .flux file, and make your repository legible to AI agents.
1
2
3
4
5
6
7
8
9
10
{
  "name": "node-app",
  "version": "0.1.0",
  "private": true,
  "description": "A Flux-built Node example",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  }
}