add frontend javascript project

This commit is contained in:
Matthew Chapman 2024-05-27 15:10:01 -04:00
parent 23bd4d1c23
commit 619f12432b
2 changed files with 19 additions and 0 deletions

19
frontend-js/package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "pubapptest-frontend-js",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdchap/pubapptest.git"
},
"author": "Matt Chapman <m.d.chapman0202@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdchap/pubapptest/issues"
},
"homepage": "https://github.com/mdchap/pubapptest#readme"
}

0
frontend-js/src/index.js Normal file
View File