{ "name": "@pushrocks/smartfm", "version": "1.0.5", "private": false, "description": "frontmatter done right", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "tsbuild" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartfm.git" }, "keywords": [ "frontmatter" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartfm/issues" }, "homepage": "https://gitlab.com/pushrocks/smartfm#README", "dependencies": { "gray-matter": "^4.0.1" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.9.2" } }