{ "name": "npmts", "version": "6.1.3", "description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.", "main": "dist/index.js", "bin": { "npmts": "assets/cliNpmts.js" }, "scripts": { "test": "(npm run compile && npm run prepareTest && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)", "testShort": "(npm run compile && npm run check)", "prepareTest": "(rm -rf test/)", "compile": "(rm -rf dist/ && tsc)", "setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)", "typedoc": "(typedoc --out ./pages/api --target ES6 ./ts/)", "npmpage": "(npmpage)", "check": "(cd test && npm install && node ../dist/index.js)", "checkVersion": "(cd test/ && node ../dist/index.js -v)", "checkNoTest": "(cd test && node ../dist/index.js --notest)", "checkNoDocs": "(cd test && node ../dist/index.js --nodocs)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/pushrocks/npmts.git" }, "keywords": [ "TypeScript", "Declaration" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/npmts/issues" }, "homepage": "https://gitlab.com/pushrocks/npmts#readme", "dependencies": { "@types/gulp": "^3.8.32", "@types/gulp-istanbul": "^0.9.30", "@types/gulp-mocha": "0.0.29", "@types/gulp-sourcemaps": "0.0.29", "@types/minimatch": "^2.0.29", "@types/shelljs": "^0.3.33", "@types/through2": "^2.0.32", "beautylog": "6.0.0", "depcheck": "^0.6.7", "early": "^2.0.35", "gulp": "3.9.1", "gulp-function": "^2.2.3", "gulp-inject-modules": "^1.0.0", "gulp-istanbul": "^1.1.1", "gulp-mocha": "^3.0.1", "gulp-sourcemaps": "^2.4.0", "gulp-typescript": "^3.1.4", "lodash": "^4.17.4", "npmextra": "^2.0.3", "projectinfo": "3.0.1", "shelljs": "^0.7.6", "smartchok": "^1.0.4", "smartcli": "2.0.1", "smartcov": "1.0.0", "smartenv": "2.0.0", "smartfile": "4.1.2", "smartpath": "3.2.7", "smartq": "^1.0.2", "smartstream": "^1.0.5", "smartstring": "^2.0.22", "smartsystem": "^1.0.12", "source-map-support": "^0.4.8", "through2": "^2.0.3", "tsn": "^2.0.14", "typescript": "next", "typings-global": "^1.0.14" }, "devDependencies": { "@types/should": "^8.1.30", "should": "^11.1.2" } }