mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
11 lines
219 B
JSON
11 lines
219 B
JSON
|
{
|
||
|
"name": "create-guilded-app-tsconfig",
|
||
|
"version": "0.1.0",
|
||
|
"main": "dist/index.js",
|
||
|
"author": "DevComp <hi@devcomp.xyz>",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"devDependencies": {
|
||
|
"tsconfig": "workspace:*"
|
||
|
}
|
||
|
}
|