@sidofc/fml
Version:
Typescript types for Floorplanner FML JSON
34 lines (33 loc) • 796 B
JSON
{
"name": "@sidofc/fml",
"version": "0.3.1",
"description": "Typescript types for Floorplanner FML JSON",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"./index.js",
"./index.d.ts"
],
"prettier": {
"tabWidth": 4,
"singleQuote": true,
"printWidth": 90,
"bracketSpacing": false,
"trailingComma": "es5",
"quoteProps": "preserve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sidofc/fml.git"
},
"keywords": [
"floorplanner",
"fml"
],
"author": "Sidney Liebrand",
"license": "MIT",
"homepage": "https://github.com/sidofc/fml#readme",
"bugs": {
"url": "https://github.com/sidofc/fml/issues"
}
}