tscoverage/package.json

67 lines
2.0 KiB
JSON
Raw Normal View History

2016-01-13 20:35:55 +00:00
{
"name": "npmts",
2016-08-02 13:49:20 +00:00
"version": "5.4.4",
2016-07-18 22:25:31 +00:00
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
2016-02-19 23:53:23 +00:00
"main": "dist/index.js",
2016-01-14 18:25:36 +00:00
"bin": {
2016-02-19 23:53:23 +00:00
"npmts": "dist/cli.js"
2016-01-14 18:25:36 +00:00
},
2016-01-13 20:35:55 +00:00
"scripts": {
2016-07-01 02:50:23 +00:00
"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/ )",
2016-07-01 02:50:26 +00:00
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)",
2016-07-01 02:50:23 +00:00
"check": "(cd test && node ../dist/index.js)",
"checkVersion": "(cd test/ && node ../dist/index.js -v)",
2016-07-01 03:44:34 +00:00
"checkNoTest": "(cd test && node ../dist/index.js --notest)"
2016-01-13 20:35:55 +00:00
},
"repository": {
"type": "git",
2016-05-26 23:00:19 +00:00
"url": "git+https://gitlab.com/pushrocks/npmts.git"
2016-01-13 20:35:55 +00:00
},
"keywords": [
"TypeScript",
"Declaration"
],
"author": "Lossless Digital UG (haftungsbeschraenkt)",
"license": "MIT",
"bugs": {
2016-05-26 21:55:57 +00:00
"url": "https://gitlab.com/pushrocks/npmts/issues"
2016-01-13 20:35:55 +00:00
},
2016-05-26 21:55:57 +00:00
"homepage": "https://gitlab.com/pushrocks/npmts#readme",
2016-01-14 18:25:36 +00:00
"dependencies": {
2016-07-28 01:10:51 +00:00
"@types/gulp": "^3.8.28",
2016-07-17 15:13:47 +00:00
"@types/minimatch": "^2.0.28",
"@types/q": "^0.0.27",
"@types/shelljs": "^0.3.27",
2016-07-16 17:08:20 +00:00
"babel-preset-es2015": "^6.9.0",
2016-07-27 14:08:33 +00:00
"beautylog": "5.0.18",
2016-07-28 01:10:51 +00:00
"depcheck": "^0.6.4",
2016-06-11 22:45:33 +00:00
"early": "^2.0.13",
2016-02-11 18:10:01 +00:00
"gulp": "3.9.1",
2016-07-15 16:18:11 +00:00
"gulp-babel": "^6.1.2",
2016-06-11 22:45:33 +00:00
"gulp-function": "^1.3.6",
2016-07-15 16:18:11 +00:00
"gulp-inject-modules": "^1.0.0",
2016-07-16 17:05:12 +00:00
"gulp-istanbul": "^1.0.0",
2016-02-09 04:39:31 +00:00
"gulp-mocha": "^2.2.0",
2016-07-08 02:00:52 +00:00
"gulp-sourcemaps": "^1.6.0",
2016-07-14 22:38:41 +00:00
"gulp-typedoc": "^2.0.0",
2016-07-27 14:08:33 +00:00
"lodash": "^4.14.0",
2016-07-19 18:33:45 +00:00
"npmextra": "^1.0.8",
2016-06-09 22:13:40 +00:00
"projectinfo": "1.0.3",
2016-01-30 03:57:24 +00:00
"q": "^1.4.1",
2016-07-28 01:10:51 +00:00
"shelljs": "^0.7.3",
2016-07-01 00:28:34 +00:00
"smartcli": "1.0.4",
2016-07-23 00:05:56 +00:00
"smartcov": "0.0.9",
2016-05-17 00:32:40 +00:00
"smartenv": "1.2.5",
2016-07-19 18:33:45 +00:00
"smartfile": "4.0.12",
2016-06-09 22:13:40 +00:00
"smartpath": "3.2.2",
2016-07-19 18:33:45 +00:00
"smartstring": "^2.0.15",
2016-07-14 22:38:41 +00:00
"source-map-support": "^0.4.2",
2016-07-28 01:10:51 +00:00
"tsn": "^1.0.10",
2016-07-14 22:38:41 +00:00
"typedoc": "^0.4.4",
2016-07-01 00:28:34 +00:00
"typescript": "^2.0.0-dev.20160630",
2016-05-25 03:23:48 +00:00
"typings-global": "*"
2016-02-19 00:37:39 +00:00
},
2016-03-12 09:26:53 +00:00
"devDependencies": {}
2016-01-13 20:35:55 +00:00
}