mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
14 lines
236 B
JSON
14 lines
236 B
JSON
|
{
|
||
|
"name": "tsdx",
|
||
|
"version": "1.0.0",
|
||
|
"main": "dist/index.js",
|
||
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"tsdx": "^0.13.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "tsdx build"
|
||
|
}
|
||
|
}
|