14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"name": "bsx-core",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^4.1.5"
|
|
}
|
|
}
|