8 lines
205 B
JSON
8 lines
205 B
JSON
{
|
|
"name": "zhulan-module-registry",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": { "build": "node registry.js ../..", "test": "node --test registry.test.js" },
|
|
"engines": { "node": ">=18" }
|
|
}
|