mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
Created module, added getMember and getMembers.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "d4h-typescript",
|
||||
"version": "1.0.0",
|
||||
"main": "./built/index.js",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "npx tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "^3.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user