framework/js-packages/tsconfig/package.json
2021-08-15 21:27:33 +02:00

16 lines
403 B
JSON

{
"name": "flarum-tsconfig",
"version": "1.0.1",
"description": "Flarum's official Typescript config file",
"main": "tsconfig.json",
"repository": "https://github.com/flarum/flarum-tsconfig",
"author": "Flarum Team",
"license": "MIT",
"dependencies": {
"@types/jquery": "^3.5.5",
"@types/mithril": "^2.0.7",
"@types/throttle-debounce": "^2.1.0",
"dayjs": "^1.10.4"
}
}