This commit is contained in:
AtHeartEngineer
2022-07-07 16:03:00 +00:00
commit 09d40ac45b
19 changed files with 156 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "rln-documentation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./build.sh"
},
"keywords": [],
"author": "",
"license": "ISC"
}