tornado-config/package.json

24 lines
495 B
JSON

{
"name": "@tornado/tornado-config",
"version": "1.0.8",
"main": "config.js",
"repository": {
"type": "git",
"url": "https://git.tornado.ws/tornado-packages/tornado-config.git"
},
"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"
}
}