mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
13 lines
236 B
JSON
13 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"
|
|
}
|
|
}
|