@eventric/mastertour
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.3", | ||
"description": "A library for interacting programmatically with the Master Tour platform", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"/dist" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://bitbucket.org/eventric/master-tour.git" | ||
}, | ||
"scripts": { | ||
"build": "npm test && npm run docs && tsc", | ||
"docs": "documentation build src/*.ts --parse-extension=.ts -f html -o docs --shallow", | ||
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register --reporter mocha-junit-reporter --reporter-options mochaFile=./test-reports/junit.xml 'tests/**/*.ts'" | ||
}, | ||
"author": "Eventric <dev@eventric.com>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^8.2.1", | ||
"@typescript-eslint/eslint-plugin": "4.9.0", | ||
"@typescript-eslint/parser": "4.9.0", | ||
"babel-plugin-module-resolver": "^4.1.0", | ||
"chai": "^4.3.3", | ||
"documentation": "^13.1.1", | ||
"eslint": "^7.21.0", | ||
"eslint-import-resolver-babel-module": "5.1.2", | ||
"eslint-import-resolver-typescript": "2.0.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"mocha": "^8.3.1", | ||
"mocha-junit-reporter": "^2.0.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.3" | ||
}, | ||
"dependencies": { | ||
"moment": "~2.24.0" | ||
} | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.4", | ||
"description": "A library for interacting programmatically with the Master Tour platform", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://bitbucket.org/eventric/master-tour.git" | ||
}, | ||
"scripts": { | ||
"build": "npm test && npm run docs && tsc", | ||
"docs": "documentation build src/*.ts --parse-extension=.ts -f html -o docs --shallow", | ||
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register --reporter mocha-junit-reporter --reporter-options mochaFile=./test-reports/junit.xml 'tests/**/*.ts'" | ||
}, | ||
"author": "Eventric <dev@eventric.com>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^8.2.1", | ||
"@typescript-eslint/eslint-plugin": "4.9.0", | ||
"@typescript-eslint/parser": "4.9.0", | ||
"babel-plugin-module-resolver": "^4.1.0", | ||
"chai": "^4.3.3", | ||
"documentation": "^13.1.1", | ||
"eslint": "^7.21.0", | ||
"eslint-import-resolver-babel-module": "5.1.2", | ||
"eslint-import-resolver-typescript": "2.0.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"mocha": "^8.3.1", | ||
"mocha-junit-reporter": "^2.0.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.3" | ||
}, | ||
"dependencies": { | ||
"moment": "~2.24.0" | ||
} | ||
} |
<img alt="Master Tour" src="https://img.mysignature.io/p/2/1/8/218f4291-c32c-504a-bad1-6da2fa88f31c.png" width="75"> | ||
# Master Tour | ||
@@ -9,7 +10,11 @@ | ||
``` | ||
npm i @eventric/mastertour | ||
$ npm i @eventric/mastertour | ||
``` | ||
``` | ||
import MasterTour from "@eventric/mastertour" | ||
``` | ||
### Documentation | ||
[View Documentation](https://eventric.bitbucket.io) |
20
1789