2016-01-13 20:35:55 +00:00
{
"name" : "npmts" ,
2017-01-15 19:01:15 +00:00
"version" : "6.1.0" ,
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-10-05 10:37:45 +00:00
"npmts" : "assets/cliNpmts.js"
2016-01-14 18:25:36 +00:00
} ,
2016-01-13 20:35:55 +00:00
"scripts" : {
2016-09-22 21:23:16 +00:00
"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/)" ,
2016-11-25 12:03:41 +00:00
"compile" : "(rm -rf dist/ && tsc)" ,
2016-07-01 02:50:26 +00:00
"setupCheck" : "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)" ,
2016-08-31 10:04:20 +00:00
"typedoc" : "(typedoc --out ./pages/api --target ES6 ./ts/)" ,
"npmpage" : "(npmpage)" ,
2016-08-13 20:23:11 +00:00
"check" : "(cd test && npm install && node ../dist/index.js)" ,
2016-07-01 02:50:23 +00:00
"checkVersion" : "(cd test/ && node ../dist/index.js -v)" ,
2016-08-13 21:54:17 +00:00
"checkNoTest" : "(cd test && node ../dist/index.js --notest)" ,
"checkNoDocs" : "(cd test && node ../dist/index.js --nodocs)"
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"
] ,
2016-10-27 19:59:19 +00:00
"author" : "Lossless GmbH" ,
2016-01-13 20:35:55 +00:00
"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-09-22 21:23:16 +00:00
"@types/gulp" : "^3.8.32" ,
2016-10-20 20:57:32 +00:00
"@types/gulp-istanbul" : "^0.9.30" ,
"@types/gulp-mocha" : "0.0.29" ,
2017-01-15 19:01:10 +00:00
"@types/gulp-rename" : "0.0.31" ,
2016-10-20 20:57:32 +00:00
"@types/gulp-sourcemaps" : "0.0.29" ,
2016-09-22 21:23:16 +00:00
"@types/minimatch" : "^2.0.29" ,
2016-08-19 07:46:36 +00:00
"@types/q" : "^0.x.x" ,
2016-11-25 12:03:41 +00:00
"@types/shelljs" : "^0.3.33" ,
"@types/through2" : "^2.0.32" ,
2016-10-20 20:57:32 +00:00
"beautylog" : "6.0.0" ,
2017-01-15 13:32:28 +00:00
"depcheck" : "^0.6.7" ,
2016-09-22 21:23:16 +00:00
"early" : "^2.0.35" ,
2016-02-11 18:10:01 +00:00
"gulp" : "3.9.1" ,
2017-01-15 13:32:28 +00:00
"gulp-function" : "^2.2.3" ,
2016-07-15 16:18:11 +00:00
"gulp-inject-modules" : "^1.0.0" ,
2016-09-02 15:12:35 +00:00
"gulp-istanbul" : "^1.1.1" ,
2016-08-19 07:46:36 +00:00
"gulp-mocha" : "^3.0.1" ,
2017-01-15 13:32:28 +00:00
"gulp-sourcemaps" : "^2.4.0" ,
2017-01-15 19:01:10 +00:00
"gulp-typescript" : "^3.1.4" ,
2017-01-15 13:32:28 +00:00
"lodash" : "^4.17.4" ,
2016-09-25 18:22:10 +00:00
"npmextra" : "^2.0.3" ,
2017-01-15 13:32:28 +00:00
"projectinfo" : "3.0.1" ,
2016-01-30 03:57:24 +00:00
"q" : "^1.4.1" ,
2017-01-15 13:32:28 +00:00
"shelljs" : "^0.7.6" ,
2016-11-25 12:03:41 +00:00
"smartchok" : "^1.0.4" ,
2017-01-15 13:32:28 +00:00
"smartcli" : "2.0.1" ,
2016-08-19 09:16:13 +00:00
"smartcov" : "1.0.0" ,
2016-11-25 12:03:41 +00:00
"smartenv" : "2.0.0" ,
2017-01-15 13:32:28 +00:00
"smartfile" : "4.1.2" ,
"smartpath" : "3.2.7" ,
2016-09-25 18:22:10 +00:00
"smartstream" : "^1.0.5" ,
2016-11-25 12:03:41 +00:00
"smartstring" : "^2.0.22" ,
2017-01-15 13:32:28 +00:00
"smartsystem" : "^1.0.12" ,
"source-map-support" : "^0.4.8" ,
"through2" : "^2.0.3" ,
"tsn" : "^2.0.14" ,
2016-08-31 10:04:14 +00:00
"typescript" : "next" ,
2016-09-02 15:12:35 +00:00
"typings-global" : "^1.0.14"
2016-02-19 00:37:39 +00:00
} ,
2016-10-20 20:57:32 +00:00
"devDependencies" : {
"@types/should" : "^8.1.30" ,
2017-01-15 13:32:28 +00:00
"should" : "^11.1.2"
2016-10-20 20:57:32 +00:00
}
2016-01-13 20:35:55 +00:00
}