{ "name": "sample-project", "version": "1.1.1", "description": "sample project for the trool library", "main": "src/start.ts", "author": "sean maxwell", "license": "MIT", "homepage": "https://github.com/seanpmaxwell/Trool#readme", "bugs": { "url": "https://github.com/seanpmaxwell/Trool/issues" }, "scripts": { "start": "ts-node -r tsconfig-paths/register ./src/start.ts", "test": "npm test" }, "dependencies": { "simple-color-print": "^1.0.6" }, "devDependencies": { "@types/node": "^11.10.4", "ts-node": "^8.0.2", "tsconfig-paths": "^3.8.0", "tslint": "^5.13.1", "tslint-lines-between-class-members": "^1.3.1", "typescript": "^3.3.3333" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/seanpmaxwell/Trool.git" }, "keywords": [ "trool", "sample", "project", "sample-project" ] }