UNPKG

@knorm/to-json

Version:
38 lines (37 loc) 812 B
{ "name": "@knorm/to-json", "version": "3.0.0", "description": "toJSON plugin for @knorm/knorm", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Joel Mukuthu <joelmukuthu@gmail.com>", "license": "MIT", "files": [ "lib" ], "directories": { "lib": "lib" }, "scripts": { "clean": "rimraf lib", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "yarn clean && yarn build" }, "peerDependencies": { "@knorm/knorm": "^3.0.0" }, "keywords": [ "knorm", "plugin", "to-json", "toJSON" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/knorm/knorm.git" }, "bugs": { "url": "https://github.com/knorm/knorm/issues" }, "homepage": "https://github.com/knorm/knorm/tree/master/to-json#readme" }