feat: add package.json

This commit is contained in:
mostafaei2002 2024-05-14 11:42:06 +03:30
parent aa3583a83b
commit a97f1a8f5c
2 changed files with 12 additions and 0 deletions

1
docs_theme/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

11
docs_theme/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "drf_docs_theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}