forked from blockparty-sh/slp-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.9.5",
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"babel-plugin-inline-import": "^3.0.0",
"btoa": "^1.2.1",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"express": "^4.17.1",
"isbot": "^2.5.7",
"node-fetch": "^2.6.1",
"puppeteer": "^5.0.0"
}
}