2023-08-14 23:37:15 +03:00
|
|
|
{
|
|
|
|
"name": "@tornado/tornado-config",
|
|
|
|
"version": "1.0.8",
|
|
|
|
"main": "config.js",
|
2023-08-15 00:34:15 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.tornado.ws/tornado-packages/tornado-config.git"
|
|
|
|
},
|
2023-08-14 23:37:15 +03:00
|
|
|
"author": "Tornado Cash Team",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"Tornado",
|
|
|
|
"Tornado Cash"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"config.js",
|
|
|
|
"index.d.ts"
|
|
|
|
],
|
|
|
|
"types": "index.d.ts",
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^5.1.6"
|
|
|
|
}
|
|
|
|
}
|