tornado-config/package.json

27 lines
562 B
JSON
Raw Permalink Normal View History

2023-08-14 23:37:15 +03:00
{
"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"
},
2023-08-14 23:37:15 +03:00
"author": "Tornado Cash Team",
"license": "MIT",
"keywords": [
"Tornado",
"Tornado Cash"
],
"files": [
"lib/*"
2023-08-14 23:37:15 +03:00
],
"devDependencies": {
"@types/node": "^20.5.0",
2023-08-14 23:37:15 +03:00
"typescript": "^5.1.6"
}
}