mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"name": "llse-npm-helper",
|
|
"version": "1.0.0",
|
|
"description": "NPM tools for LLSE NodeJs backend",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "exit"
|
|
},
|
|
"author": "LiteLDev",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"npm-js-interface": "^1.0.1"
|
|
}
|
|
}
|