{ "name": "npmts", "version": "2.1.3", "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.0.7", "fs-extra": "^0.26.5", "gulp": "3.9.0", "gulp-insert": "0.5.0", "gulp-sequence": "^0.4.4", "gulp-typescript": "2.10.0", "gulp-typings": "0.0.0", "mathjs": "^2.7.0", "merge2": "1.0.1", "mocha": "^2.4.5", "q": "^1.4.1", "smartcli": "0.0.11", "smartfile": "0.0.11", "typings": "^0.6.6" } }