mirror of
https://github.com/tornadocash/provider.git
synced 2024-11-22 17:50:02 +01:00
18 lines
358 B
JSON
18 lines
358 B
JSON
|
{
|
||
|
"name": "example",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "nuxt",
|
||
|
"build": "nuxt build",
|
||
|
"start": "nuxt start",
|
||
|
"generate": "nuxt generate"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@nuxtjs/provider": "https://github.com/tornadocash/provider.git",
|
||
|
"core-js": "^3.6.5",
|
||
|
"nuxt": "^2.14.6"
|
||
|
},
|
||
|
"devDependencies": {}
|
||
|
}
|