LiteLoaderBDS-1.16.40/RELEASE/plugins/lib/package.json
2022-09-21 19:47:03 +08:00

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"
}
}