UNPKG

ts-site-starter

Version:

![npm](https://img.shields.io/npm/v/ts-site-starter.svg) ![license](https://img.shields.io/npm/l/ts-site-starter.svg) ![github-issues](https://img.shields.io/github/issues/wspecs/ts-site-starter.svg)

51 lines (50 loc) 1.23 kB
{ "name": "ts-site-starter", "version": "0.0.7", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "wspecs/ts-site-starter", "scripts": { "build": "rm -rf dist && tsc", "dev": "npm run build:all && node dist/index.js", "test": "mocha ./dist/test/*.js" }, "keywords": [ "tsm", "starter", "tsm-starter" ], "author": { "name": "Wendly Saintil", "email": "wendlysaintil@gmail.com", "url": "https://twitter.com/wendlysaintil" }, "license": "MIT", "devDependencies": { "@types/chai": "^4.1.3", "@types/mocha": "^5.2.0", "@types/source-map": "^0.5.7", "chai": "^4.1.2", "mocha": "^5.1.1", "source-map": "^0.7.2" }, "dependencies": { "@types/cookie-parser": "^1.4.1", "@types/cookies": "^0.7.1", "@types/express": "^4.11.1", "@types/html-minifier": "^3.5.2", "@types/mkdirp": "^0.5.2", "@types/node": "^10.0.4", "args-finder": "0.0.3", "body-parser": "^1.18.2", "cookie-parser": "^1.4.3", "cookies": "^0.7.1", "ejs": "^2.6.1", "express": "^4.16.3", "great-logs": "0.0.4", "html-minifier": "^3.5.15", "mkdirp": "^0.5.1", "path": "^0.12.7" } }