55 "main" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
77 "scripts" : {
8- "clean" : " rimraf 'test/**/*.{js,js.map}' 'src/**/*.{js,js.map}'" ,
9- "tslint" : " tslint 'src/**/*.ts?(x)'" ,
10- "test" : " npm run clean && npm run tsc && npm run tslint && NODE_ENV=test nyc --reporter=html --reporter=text _mocha --recursive" ,
11- "coveralls:travis" : " nyc report --reporter=text-lcov | coveralls" ,
8+ "precommit" : " lint-staged" ,
9+ "postcommit" : " git update-index --again" ,
10+ "prepublishOnly" : " gflow release post" ,
11+ "gflow-release-pre" : " " ,
12+ "semantic-release" : " semantic-release" ,
13+ "travis-deploy-once" : " travis-deploy-once" ,
14+ "travis-coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
15+ "tslint" : " tslint --project tsconfig.json" ,
16+ "test" : " npm run tsc && npm run tslint && cross-env NODE_ENV=test nyc --reporter=html --reporter=text _mocha --recursive" ,
1217 "tsc" : " tsc --project tsconfig.json" ,
13- "tsc:compile" : " rimraf ./lib && tsc --project tsconfig.compile.json" ,
14- "doc:serve" : " concurrently \" tsc --project tsconfig.compile.json -w\" \" docsify serve ./docs\" \" cd docs/_build && nodemon --delay 2.5 -e ts --watch ../../lib build-api.js\" " ,
18+ "build" : " tsc --project tsconfig.compile.json" ,
1519 "doc:build" : " exit 0" ,
16- "prepublish " : " npm run tsc:compile "
20+ "prettier " : " prettier '{src,test}/**/*.ts' --write "
1721 },
1822 "repository" : {
1923 "type" : " git" ,
20- "url" : " https://github.com/Romakita /ts-json-properties.git"
24+ "url" : " https://github.com/TypedProject /ts-json-properties.git"
2125 },
2226 "keywords" : [
2327 " ts" ,
3034 "author" : " Romakita" ,
3135 "license" : " MIT" ,
3236 "bugs" : {
33- "url" : " https://github.com/Romakita /ts-json-properties/issues"
37+ "url" : " https://github.com/TypedProject /ts-json-properties/issues"
3438 },
35- "homepage" : " https://github.com/romakita/ json-properties" ,
39+ "homepage" : " https://github.com/TypedProject/ts- json-properties" ,
3640 "devDependencies" : {
3741 "@types/chai" : " ^4.0.8" ,
38- "@types/mocha" : " ^2 .2.44 " ,
39- "@types/node" : " ^8.0.54 " ,
42+ "@types/mocha" : " ^5 .2.5 " ,
43+ "@types/node" : " ^10.5.7 " ,
4044 "chai" : " ^4.1.2" ,
4145 "coveralls" : " ^3.0.0" ,
42- "mocha" : " ^4.0.1" ,
43- "nyc" : " ^11.4.0" ,
44- "semantic-release" : " ^7.0.2" ,
45- "ts-node" : " ^3.3.0" ,
46+ "cross-env" : " ^5.2.0" ,
47+ "gflow" : " ^2.1.7" ,
48+ "husky" : " ^0.14.3" ,
49+ "lint-staged" : " ^7.2.0" ,
50+ "mocha" : " ^5.2.0" ,
51+ "nyc" : " ^12.0.2" ,
52+ "prettier" : " ^1.14.0" ,
53+ "semantic-release" : " ^15.9.5" ,
54+ "travis-deploy-once" : " ^5.0.2" ,
55+ "ts-node" : " ^7.0.0" ,
4656 "tslint" : " ^5.8.0" ,
47- "typescript" : " ^2.5.0 "
57+ "typescript" : " ^3.0.1 "
4858 },
4959 "directories" : {
5060 "lib" : " lib" ,
5464 "release" : {
5565 "debug" : false ,
5666 "branch" : " production"
57- },
58- "gflow" : {
59- "master" : " master" ,
60- "production" : " production"
6167 }
62- }
68+ }
0 commit comments