metro-info
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "metro-info", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Christchurch (Unofficial) MetroInfo API NodeJS library", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -11,5 +12,7 @@ "build": "npm run tsc", | ||
"lint": "tslint -p tsconfig.json", | ||
"postversion" : "git push && git push --tags", | ||
"postversion": "git push && git push --tags", | ||
"prebuild": "npm run clean && npm run lint && npm run format", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run lint && npm run format", | ||
"pretest": "npm run build", | ||
"preversion": "npm run lint && npm run format", | ||
@@ -19,5 +22,7 @@ "test": "jest", | ||
"tsc:watch": "npm run tsc -- --watch", | ||
"version": "git add -A src" | ||
"version": "npm run format && git add -A src" | ||
}, | ||
"files": ["dist/**/*"], | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"repository": { | ||
@@ -41,2 +46,3 @@ "type": "git", | ||
"dependencies": { | ||
"@types/jest": "^23.3.13", | ||
"@types/request-promise-native": "^1.0.15", | ||
@@ -53,2 +59,3 @@ "request": "^2.88.0", | ||
"rimraf": "^2.6.3", | ||
"ts-jest": "^23.10.5", | ||
"tslint": "^5.12.1", | ||
@@ -74,3 +81,13 @@ "tslint-config-prettier": "^1.17.0", | ||
] | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.ts$": "ts-jest" | ||
}, | ||
"testRegex": "(/lib/.*(test|spec))\\.(js|ts)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"js" | ||
] | ||
} | ||
} |
# metro-info | ||
![Build Status](https://img.shields.io/appveyor/ci/codex-/metro-info.svg?style=flat-square) | ||
![Build Status](https://img.shields.io/travis/Codex-/metro-info.svg?style=flat-square) | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
@@ -5,0 +5,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42499
79
571
5
10
+ Added@types/jest@^23.3.13
+ Added@types/jest@23.3.14(transitive)