mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
"name": "@keymanapp/tslib",
|
|
"description": "An ES5 + esbuild-compatible wrapper for the 'tslib' library",
|
|
"main": "./build/index.js",
|
|
"scripts": {
|
|
"build": "gosh ./build.sh",
|
|
"clean": "tsc -b --clean",
|
|
"tsc": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.5.2",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"type": "module"
|
|
}
|