@fewer/virtuals
Version:
A pipe to add custom fields and methods to objects returned by the repository
40 lines (39 loc) • 889 B
JSON
{
"name": "@fewer/virtuals",
"version": "0.1.3",
"description": "A pipe to add custom fields and methods to objects returned by the repository",
"keywords": [
"fewer",
"fewer-pipe",
"virtuals"
],
"author": "Jordan Gensler <jgensler@netflix.com>",
"homepage": "https://github.com/fewer/fewer",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fewer/fewer.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/fewer/fewer/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"fewer": "^0.1.3"
},
"gitHead": "d5aec199af1234830f582dc1c9333ebac1178d80"
}