Back to Napcraft
SOURCE / PINNED RELEASE

Made of little things.

Napcraft

Release
ee47ac6a25df…
Author-recorded commit
410dea87e109…
License
LICENSE
Author’s source reference
nostr://npub182jczunncwe0jn6frpqwq3e0qjws7yqqnc3auccqv9nte2dnd63scjm4rf/wss%3A%2F%2Fgit.napplet.soy%2F/n-52f9e22f5ce

Archive hash verified: 9e6e0cabb18d0d46…. The source-to-build association is the author’s claim; it has not been independently rebuilt.

package.json
{
  "name": "napcraft",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite --host 127.0.0.1",
    "build": "vite build",
    "preview": "vite preview --host 127.0.0.1",
    "type-check": "tsc --noEmit",
    "verify": "pnpm test:guidance && pnpm test:backend && pnpm test:sync && pnpm test:directory && pnpm type-check && pnpm build",
    "test:guidance": "node --test tests/guidance.test.mjs",
    "test:conformance": "pnpm build && napplet-conformance ./dist",
    "test:conformance:ui": "napplet-conformance --ui . --exec \"vite build --watch\"",
    "test:backend": "node --test tests/backend.test.mjs",
    "test:multiplayer": "soyli multiplayer tests/multiplayer.mjs --latency 50 --jitter 15 --timeout 120",
    "test:multiplayer:host": "node tests/run-multiplayer.mjs",
    "verify:host": "node tests/shared-world.mjs && node tests/responsive.mjs && node tests/run-multiplayer.mjs",
    "test:sync": "node --test tests/shared-editor.test.mjs",
    "test:directory": "node --test tests/world-directory.test.mjs",
    "test:edit-latency": "soyli multiplayer tests/edit-latency.mjs --latency 50 --jitter 15 --timeout 180",
    "test:edit-correctness": "soyli multiplayer tests/edit-correctness.mjs --latency 50 --jitter 15 --timeout 180",
    "test:direct-building": "soyli multiplayer tests/direct-building.mjs --latency 50 --jitter 15 --timeout 150",
    "test:consent-recovery": "soyli multiplayer tests/consent-recovery.mjs --latency 50 --jitter 15 --timeout 240"
  },
  "dependencies": {
    "@napplet/sdk": "^0.24.4"
  },
  "devDependencies": {
    "@napplet/conformance-cli": "^0.2.15",
    "@napplet/vite-plugin": "^0.11.2",
    "typescript": "^5.9.3",
    "vite": "^6.4.2"
  },
  "packageManager": "pnpm@10.8.0",
  "license": "MIT"
}