Create repository info & entrypoint
This commit is contained in:
parent
b0d61250e9
commit
500655cf13
20
package.json
Normal file
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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user