Create repository info & entrypoint

This commit is contained in:
Theo 2023-08-14 13:37:15 -07:00
parent b0d61250e9
commit 500655cf13

20
package.json Normal file

@ -0,0 +1,20 @@
{
"name": "@tornado/tornado-config",
"version": "1.0.8",
"main": "config.js",
"repository": "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"
}
}