{ "name": "npmts", "version": "3.1.1", "description": "write npm modules with TypeScript", "main": "index.js", "typings": "./index.d.ts", "bin": { "npmts": "./index.js" }, "scripts": { "test": "(cd compile && node compile.js) && (cd test/assets && node ../../index.js)", "release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)" }, "repository": { "type": "git", "url": "git+https://github.com/pushrocks/npmts.git" }, "keywords": [ "TypeScript", "Declaration" ], "author": "Lossless Digital UG (haftungsbeschraenkt)", "license": "MIT", "bugs": { "url": "https://github.com/pushrocks/npmts/issues" }, "homepage": "https://github.com/pushrocks/npmts#readme", "dependencies": { "beautylog": "2.1.1", "fs-extra": "^0.26.5", "gulp": "3.9.1", "gulp-coveralls": "^0.1.4", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "gulp-sourcemaps": "^1.6.0", "gulp-typescript": "2.11.0", "gulp-typings": "0.0.0", "merge2": "1.0.1", "q": "^1.4.1", "smartcli": "0.0.11", "smartfile": "0.0.11", "source-map-support": "^0.4.0", "typings": "^0.6.8" } }