UNPKG

neex

Version:

Ultra-fast monorepo build tool with tiered caching

42 lines (41 loc) 776 B
{ "name": "neex", "version": "0.8.20", "description": "Ultra-fast monorepo build tool with tiered caching", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Neexjs/neex" }, "homepage": "https://github.com/Neexjs/neex#readme", "keywords": [ "monorepo", "build", "cache", "fast", "rust", "turbo", "nx", "workspace" ], "bin": { "neex": "bin/neex" }, "scripts": { "postinstall": "node install.js" }, "files": [ "bin", "install.js", "README.md" ], "optionalDependencies": { "@neexjs/darwin-arm64": "0.8.20", "@neexjs/darwin-x64": "0.8.20", "@neexjs/linux-x64": "0.8.20", "@neexjs/win32-x64": "0.8.20" }, "engines": { "node": ">=18" } }