UNPKG

sygic-custom-url

Version:
64 lines (63 loc) 2.03 kB
{ "name": "sygic-custom-url", "version": "1.0.9", "description": "sygic custom url", "module": "dist/esm/index.js", "typings": "dist/esm/index.d.ts", "scripts": { "prebuild": "rimraf dist tmp && npm run test-ci && tslint -c tslint.json 'src/**/*.ts'", "build:esm": "tsc -p config/tsconfig-esm.json", "build:umd": "webpack --config ./config/webpack-umd.config.ts", "build": "npm run build:esm && npm run build:umd", "ci": "npm run test-ci && npm run build && npm run compodoc", "clean:all": "npm run clean:tmp && rimraf node_modules", "clean:tmp": "rimraf coverage dist tmp", "compodoc": "gulp compodoc", "precompodoc": "rimraf docs", "prepare": "npm run build", "prepublishOnly": "npm run test-ci", "test-ci": "karma start ./test-config/karma.conf.ts --single-run", "test": "karma start ./test-config/karma.conf.ts" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/frankkoenigstein/sygic-custom-url.git" }, "keywords": [ "sygic", "custom", "url" ], "author": "frankkoenigstein", "license": "Apache-2.0", "bugs": { "url": "https://github.com/frankkoenigstein/sygic-custom-url/issues" }, "homepage": "https://github.com/frankkoenigstein/sygic-custom-url#readme", "devDependencies": { "@compodoc/compodoc": "^1.0.1", "@compodoc/gulp-compodoc": "0.0.7", "@types/jasmine": "^2.6.0", "@types/karma": "^1.7.0", "@types/webpack": "^3.0.13", "awesome-typescript-loader": "^3.2.3", "gulp": "^3.9.1", "istanbul-instrumenter-loader": "^3.0.0", "jasmine-core": "^2.8.0", "karma": "^1.7.1", "karma-chrome-launcher": "^2.2.0", "karma-coverage-istanbul-reporter": "^1.3.0", "karma-jasmine": "^1.1.0", "karma-mocha-reporter": "^2.2.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.5", "rimraf": "^2.6.2", "ts-node": "^3.3.0", "tslint": "^5.7.0", "typescript": "^2.5.3", "webpack": "^3.6.0" } }