2016-01-13 20:35:55 +00:00
{
"name" : "npmts" ,
2017-05-04 22:23:16 +00:00
"version" : "7.0.18" ,
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)" ,
2017-03-04 20:49:10 +00:00
"check" : "(cd test && yarn 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" ,
2017-02-05 10:15:36 +00:00
"url" : "git+https://gitlab.com/gitzone/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" : {
2017-02-05 10:15:36 +00:00
"url" : "https://gitlab.com/gitzone/npmts/issues"
2016-01-13 20:35:55 +00:00
} ,
2017-02-05 10:15:36 +00:00
"homepage" : "https://gitlab.com/gitzone/npmts#readme" ,
2016-01-14 18:25:36 +00:00
"dependencies" : {
2017-03-25 20:52:38 +00:00
"@types/gulp-sourcemaps" : "0.0.30" ,
2016-09-22 21:23:16 +00:00
"@types/minimatch" : "^2.0.29" ,
2016-11-25 12:03:41 +00:00
"@types/through2" : "^2.0.32" ,
2017-04-30 16:22:34 +00:00
"beautylog" : "6.1.10" ,
2017-01-15 13:32:28 +00:00
"depcheck" : "^0.6.7" ,
2017-04-30 16:22:34 +00:00
"early" : "^2.1.1" ,
"gulp-function" : "^2.2.9" ,
2017-04-20 22:16:57 +00:00
"gulp-sourcemaps" : "^2.6.0" ,
2017-03-25 20:52:38 +00:00
"gulp-typescript" : "^3.1.6" ,
2017-01-15 13:32:28 +00:00
"lodash" : "^4.17.4" ,
2017-03-25 20:52:38 +00:00
"npmextra" : "^2.0.5" ,
2017-02-27 22:52:02 +00:00
"projectinfo" : "^3.0.2" ,
2017-04-21 11:35:21 +00:00
"smartanalytics" : "^1.0.6" ,
2017-04-20 22:16:57 +00:00
"smartchok" : "^1.0.8" ,
2017-04-30 16:22:34 +00:00
"smartcli" : "^2.0.6" ,
2017-03-31 17:18:18 +00:00
"smartcov" : "^1.0.2" ,
2017-05-01 20:43:32 +00:00
"smartfile" : "^4.2.7" ,
"smartgulp" : "^1.0.5" ,
2017-02-27 21:19:14 +00:00
"smartpath" : "^3.2.8" ,
"smartq" : "^1.1.1" ,
2017-03-04 20:49:10 +00:00
"smartstream" : "^1.0.8" ,
2017-02-27 21:19:14 +00:00
"smartstring" : "^2.0.24" ,
2017-01-15 13:32:28 +00:00
"smartsystem" : "^1.0.12" ,
2017-04-30 16:22:34 +00:00
"source-map-support" : "^0.4.15" ,
2017-04-22 11:00:02 +00:00
"tapbuffer" : "^1.0.11" ,
2017-01-15 13:32:28 +00:00
"through2" : "^2.0.3" ,
2017-01-21 18:37:29 +00:00
"tsn" : "^2.0.15" ,
2017-04-30 16:22:34 +00:00
"typescript" : "^2.3.2" ,
"typings-global" : "^1.0.16"
2016-02-19 00:37:39 +00:00
} ,
2017-02-02 19:57:13 +00:00
"devDependencies" : { }
2016-01-13 20:35:55 +00:00
}