mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-07-01 07:15:47 +00:00
npm init
This commit is contained in:
parent
37e4bb196f
commit
0afea8b3d5
@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
<title>BetterRTP - API</title>
|
||||
</head>
|
||||
<body></body>
|
||||
<script src="index.js"></script>
|
||||
</html>
|
12
NodeServer/package.json
Normal file
12
NodeServer/package.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "nodeserver",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user