UNPKG

tsa-cli

Version:

TypeScript Application CLI

21 lines (20 loc) 376 B
module.exports = { "name": "", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "build": "tsc -d", "test": "jest" }, "keywords": [], "author": "", "license": "", "devDependencies": { "@types/jest": "^23.3.0", "@types/node": "^10.5.2", "jest": "^23.4.1", "ts-jest": "^23.0.1", "typescript": "^2.9.2" } }