Missing files.

This commit is contained in:
Hernán Di Pietro 2021-10-01 11:01:43 -03:00
parent 2f740d547e
commit 0559f2c6b0
3 changed files with 20 additions and 2449 deletions

20
.eslintrc.js Normal file
View File

@ -0,0 +1,20 @@
module.exports = {
env: {
browser: true,
commonjs: true,
es2021: true,
mocha: true
},
extends: [
'standard'
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 12
},
plugins: [
'@typescript-eslint'
],
rules: {
}
}

2434
backend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +0,0 @@
{
"name": "pyth-exp",
"version": "1.0.0",
"description": "Experimentation with pyth",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@pythnetwork/client": "^2.3.1",
"algosdk": "^1.11.1"
}
}