framework/js-packages/tsconfig/package.json
David Wheatley 818ae1c8b2 v1.0.0
2021-05-29 14:09:12 +01:00

15 lines
361 B
JSON

{
"name": "flarum-tsconfig",
"version": "1.0.0",
"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",
"dayjs": "^1.10.4"
}
}