27 lines
562 B
JSON
27 lines
562 B
JSON
{
|
|
"name": "@tornado/tornado-config",
|
|
"version": "2.0.0",
|
|
"main": "./lib/config.js",
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tornado.ws/tornado-packages/tornado-config.git"
|
|
},
|
|
"author": "Tornado Cash Team",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"Tornado",
|
|
"Tornado Cash"
|
|
],
|
|
"files": [
|
|
"lib/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.0",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|