{ "name": "npmts", "version": "5.3.4", "description": "write npm modules with TypeScript", "main": "dist/index.js", "bin": { "npmts": "dist/cli.js" }, "scripts": { "test": "(npm run compile && npm run check && npm run checkVersion && npm run checkNoTest)", "check": "(cd ./test/assets && node ../../dist/index.js)", "checkVersion": "cd ./test/assets && node ../../dist/index.js -v", "checkNoTest": "cd ./test/assets && node ../../dist/index.js --notest", "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": { "@types/q": "0.0.21-alpha", "beautylog": "5.0.11", "early": "^2.0.13", "fs-extra": "^0.30.0", "gulp": "3.9.1", "gulp-concat": "^2.6.0", "gulp-function": "^1.3.6", "gulp-if": "^2.0.1", "gulp-istanbul": "^1.0.0", "gulp-jsdoc3": "^0.3.0", "gulp-mocha": "^2.2.0", "gulp-replace": "^0.5.4", "lodash": "^4.13.1", "merge2": "1.0.2", "projectinfo": "1.0.3", "q": "^1.4.1", "shelljs": "^0.7.0", "smartci": "0.0.1", "smartcli": "1.0.2", "smartcov": "0.0.6", "smartenv": "1.2.5", "smartfile": "3.0.10", "smartpath": "3.2.2", "smartstring": "^2.0.6", "source-map-support": "^0.4.0", "typings-global": "*" }, "devDependencies": {} }