UNPKG

@xmt/server-framework

Version:

Backend Server Framework of XmT Inc.

54 lines (53 loc) 1.3 kB
{ "name": "@xmt/server-framework", "version": "1.0.2", "description": "Backend Server Framework of XmT Inc.", "keywords": [ "XmT Inc.", "Server", "Kerberos", "Framework" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "homepage": "http://xiaomantou.net", "bugs": { "url": "https://github.com/raregrass/XmT-Base/issues", "email": "raregrass@gmail.com" }, "license": "Apache-2.0", "author": { "name": "raregrass", "email": "raregrass@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/raregrass/XmT-WangJian-ServerFramework.git" }, "scripts": { "test": "mocha --reporter spec --ui bdd --bail --check-leaks --recursive ./dist/tests", "dev": "tsc --watch --project .", "build": "tsc --project .", "commit": "npm run build && npm run test && npm version patch && npm publish --access=public" }, "dependencies": { "etag": "^1.8.0", "fresh": "^0.5.0", "serve-static": "^1.12.3" }, "devDependencies": { "@types/chai": "^3.5.2", "@types/mocha": "^2.2.41", "@types/node": "^7.0.22", "chai": "^3.5.0", "mocha": "^3.0.0", "superagent": "^3.5.2", "typescript": "^2.3.3" }, "engines": { "node": ">= 6" } }