@minofrk/msf-pretty-print
Version:
An opinionated pretty-printer for MSF format.
55 lines (54 loc) • 1.41 kB
JSON
{
"name": "@minofrk/msf-pretty-print",
"version": "0.0.2",
"description": "An opinionated pretty-printer for MSF format.",
"keywords": [
"json",
"msf",
"xelto"
],
"homepage": "https://github.com/minofrk/msf-pretty-print.js",
"bugs": {
"url": "https://github.com/minofrk/msf-pretty-print.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/minofrk/msf-pretty-print.js.git"
},
"license": "MIT",
"author": "古城みの <minofrk@gmail.com>",
"files": [
"src",
"lib",
"esm"
],
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"clean": "rimraf lib esm coverage",
"lint": "eslint src test --ext ts",
"test": "tsc --noEmit && jest && npm run lint"
},
"dependencies": {
"fp-ts": "^2.1.0",
"io-ts": "^2.0.1",
"json-stable-stringify": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@types/json-stable-stringify": "^1.0.32",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"typescript": "~3.6.4"
}
}