@fabrix/spool-tapestries
Version:
Spool - Tapestries, Easy RESTful Services
76 lines (75 loc) • 1.83 kB
JSON
{
"name": "@fabrix/spool-tapestries",
"version": "1.6.0",
"description": "Spool - Tapestries, Easy RESTful Services",
"scripts": {
"build": "tsc -p ./lib/tsconfig.release.json",
"lint": "tslint -p ./lib",
"watch": "tsc -w -p ./lib/tsconfig.release.json",
"test": "npm run clean && npm run lint && npm run build && nyc mocha",
"prepublishOnly": "npm run compile",
"compile": "npm run clean && npm run build",
"clean": "rm -rf dist"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"archetype"
],
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fabrix-app/spool-tapestries.git"
},
"keywords": [
"spool",
"fabrix",
"trailjs",
"fabrix-app",
"tapestries",
"rest",
"restful"
],
"homepage": "https://fabrix.app",
"author": "Fabrix Team <hello@fabrix.app>",
"contributors": [
{
"name": "Scott Wyatt",
"email": "scottwyatt86@gmail.com",
"url": "https://github.com/scott-wyatt"
},
{
"name": "Travis Webb",
"url": "https://github.com/tjwebb"
}
],
"dependencies": {
"lodash": "^4.17.10"
},
"devDependencies": {
"@fabrix/fabrix": "^1.6.0",
"@fabrix/spool-router": "^1.6.0",
"@fabrix/lint": "^1.0.0-alpha.3",
"@types/lodash": "^4.14.109",
"@types/node": "~10.3.4",
"mocha": "^5",
"nyc": "^12.0.2",
"smokesignals": "^3",
"tslib": "~1.9.0",
"tslint": "~5.10.0",
"tslint-microsoft-contrib": "~5.0.3",
"tsutils": "~2.27.1",
"typescript": "~2.8.1"
},
"peerDependencies": {
"@fabrix/fabrix": "^1.5.9",
"@fabrix/spool-router": "^1.5.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fabrix-app/spool-tapestries/issues"
}
}