{ "name": "npmts", "version": "5.1.18", "description": "write npm modules with TypeScript", "main": "dist/index.js", "bin": { "npmts": "dist/cli.js" }, "scripts": { "test": "(npm run compile && npm run check)", "check": "(cd ./test/assets && node ../../dist/index.js)", "compile": "(cd compile && node compile.js)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/pushrocks/npmts.git" }, "keywords": [ "TypeScript", "Declaration" ], "author": "Lossless Digital UG (haftungsbeschraenkt)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/npmts/issues" }, "homepage": "https://gitlab.com/pushrocks/npmts#readme", "dependencies": { "beautylog": "5.0.6", "early": "^2.0.1", "fs-extra": "^0.30.0", "gulp": "3.9.1", "gulp-codecov": "^2.0.1", "gulp-concat": "^2.6.0", "gulp-function": "^1.3.1", "gulp-if": "^2.0.1", "gulp-istanbul": "^0.10.4", "gulp-jsdoc3": "^0.2.1", "gulp-mocha": "^2.2.0", "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^2.0.0-alpha", "gulp-typescript": "2.13.4", "gulp-typings": "2.0.0", "lodash": "^4.13.1", "merge2": "1.0.2", "projectinfo": "1.0.1", "q": "^1.4.1", "shelljs": "^0.7.0", "smartci": "0.0.1", "smartcli": "0.0.11", "smartcov": "0.0.6", "smartenv": "1.2.5", "smartfile": "3.0.10", "smartpath": "3.2.1", "smartstring": "^2.0.1", "source-map-support": "^0.4.0", "typings-global": "*" }, "devDependencies": {} }