spiegel-keyman/common/web/tslib/package.json
2023-06-08 13:06:07 +07:00

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