2016-01-13 20:35:55 +00:00
{
2018-04-08 23:03:39 +00:00
"name" : "@gitzone/npmts" ,
2018-05-04 09:51:15 +00:00
"version" : "8.0.38" ,
2017-07-31 12:36:33 +00:00
"description" : "best practice npm TypeScript modules" ,
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)" ,
2018-05-03 11:30:01 +00:00
"build" : "npm test" ,
2016-09-22 21:23:16 +00:00
"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" : {
2018-05-03 22:27:31 +00:00
"@pushrocks/smartcli" : "^3.0.1" ,
2017-11-25 18:57:40 +00:00
"@types/gulp-sourcemaps" : "0.0.32" ,
2017-08-29 14:15:24 +00:00
"@types/minimatch" : "^3.0.1" ,
2017-06-09 14:25:49 +00:00
"@types/through2" : "^2.0.33" ,
2017-06-21 18:54:28 +00:00
"beautylog" : "^6.1.10" ,
2018-04-08 23:19:28 +00:00
"depcheck" : "^0.6.9" ,
2017-04-30 16:22:34 +00:00
"early" : "^2.1.1" ,
"gulp-function" : "^2.2.9" ,
2017-08-18 11:15:38 +00:00
"gulp-sourcemaps" : "^2.6.1" ,
2018-04-08 23:19:28 +00:00
"gulp-typescript" : "^4.0.2" ,
2018-05-03 10:35:41 +00:00
"lodash" : "^4.17.10" ,
2017-08-16 17:13:01 +00:00
"npmextra" : "^2.0.9" ,
2017-09-22 22:00:25 +00:00
"projectinfo" : "^3.0.4" ,
2017-09-11 12:30:32 +00:00
"smartanalytics" : "^2.0.9" ,
2018-04-08 23:19:28 +00:00
"smartchok" : "1.0.14" ,
2017-03-31 17:18:18 +00:00
"smartcov" : "^1.0.2" ,
2017-06-09 14:25:49 +00:00
"smarterror" : "^1.0.3" ,
2017-09-22 22:00:25 +00:00
"smartfile" : "^4.2.26" ,
2017-06-09 14:25:49 +00:00
"smartgulp" : "^1.0.6" ,
2017-02-27 21:19:14 +00:00
"smartpath" : "^3.2.8" ,
2018-04-08 23:19:28 +00:00
"smartq" : "^1.1.8" ,
2017-06-30 16:55:14 +00:00
"smartstream" : "^1.0.10" ,
2017-11-25 18:57:40 +00:00
"smartstring" : "^2.0.28" ,
2017-07-31 13:43:31 +00:00
"smartsystem" : "^2.0.2" ,
2017-10-07 11:55:06 +00:00
"smartupdate" : "^1.0.13" ,
2017-11-28 16:33:55 +00:00
"tapbuffer" : "^1.0.31" ,
2017-01-15 13:32:28 +00:00
"through2" : "^2.0.3" ,
2017-01-21 18:37:29 +00:00
"tsn" : "^2.0.15" ,
2018-05-03 10:35:41 +00:00
"typescript" : "^2.8.3"
2016-02-19 00:37:39 +00:00
} ,
2018-02-26 21:51:03 +00:00
"devDependencies" : {
2018-05-03 10:35:41 +00:00
"@types/node" : "^10.0.3"
2018-02-26 21:51:03 +00:00
}
2018-04-08 23:19:36 +00:00
}