{ "name": "npmts", "version": "5.3.27", "description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.", "main": "dist/index.js", "bin": { "npmts": "dist/cli.js" }, "scripts": { "test": "(npm run compile && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest)", "compile": "(rm -rf test/ && rm -r dist/ && mkdir dist/ && tsc && cp assets/cli.js dist/ )", "setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)", "check": "(cd test && node ../dist/index.js)", "checkVersion": "(cd test/ && node ../dist/index.js -v)", "checkNoTest": "(cd test && node ../dist/index.js --notest)" }, "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/minimatch": "^2.0.28", "@types/q": "^0.0.27", "@types/shelljs": "^0.3.27", "babel-preset-es2015": "^6.9.0", "beautylog": "5.0.14", "early": "^2.0.13", "gulp": "3.9.1", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.0", "gulp-function": "^1.3.6", "gulp-if": "^2.0.1", "gulp-inject-modules": "^1.0.0", "gulp-istanbul": "^1.0.0", "gulp-mocha": "^2.2.0", "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^1.6.0", "gulp-typedoc": "^2.0.0", "lodash": "^4.13.1", "npmextra": "^1.0.8", "projectinfo": "1.0.3", "q": "^1.4.1", "shelljs": "^0.7.1", "smartci": "0.0.1", "smartcli": "1.0.4", "smartcov": "0.0.9", "smartenv": "1.2.5", "smartfile": "4.0.12", "smartpath": "3.2.2", "smartstring": "^2.0.15", "source-map-support": "^0.4.2", "tsn": "^1.0.7", "typedoc": "^0.4.4", "typescript": "^2.0.0-dev.20160630", "typings-global": "*" }, "devDependencies": {} }