mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
eb05fbd2dc
A package called "useapi" is introduced to provide a dynamic import system. This import system, rather than relying on the state of the filesystem, is populated as modules are installed into Puter's kernel. The "useapi" package is then used to add support for loading external mod directories as Puter kernel modules, making it possible to mod puter without any tooling.
9 lines
207 B
JSON
9 lines
207 B
JSON
{
|
|
"name": "useapi",
|
|
"version": "1.0.0",
|
|
"author": "Puter Technologies Inc.",
|
|
"license": "AGPL-3.0-only",
|
|
"description": "Dynamic import interface for Puter mods",
|
|
"main": "main.js"
|
|
}
|