37 lines
988 B
JSON
37 lines
988 B
JSON
{
|
|
"name": "bsx-core",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "bsx-core",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^4.1.5"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "4.1.5",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
|
|
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"typescript": {
|
|
"version": "4.1.5",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
|
|
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|