McCarthyism/core/package.json
2021-04-30 07:59:05 -05:00

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"
}
}