UNPKG

525 BJSONView Raw
1{
2 "name": "fable-compiler",
3 "version": "2.4.6",
4 "main": "dist/index.js",
5 "description": "Fable compiler",
6 "keywords": [
7 "fable",
8 "fsharp",
9 "F#"
10 ],
11 "author": "Alfonso Garcia-Caro",
12 "license": "MIT",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/fable-compiler/Fable.git"
16 },
17 "bugs": {
18 "url": "https://github.com/fable-compiler/Fable/issues"
19 },
20 "homepage": "https://github.com/fable-compiler/Fable#readme",
21 "devDependencies": {
22 "@types/node": "^10.12.8"
23 }
24}