2025-04-21 13:13:54 +08:00

17 lines
398 B
JSON

{
"name": "node-importer",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.6.2",
"type": "module",
"imports": {
"#ab": "./import-module/ab.ts"
}
}