here-maps-type-guards
Version:
A guarded version of the TypeScript type definitions for HERE Maps.
77 lines (76 loc) • 3.04 kB
JSON
{
"author": "Christoph Guttandin",
"bugs": {
"url": "https://github.com/chrisguttandin/here-maps-type-guards/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@babel/runtime": "^7.29.7",
"tslib": "^2.8.1"
},
"description": "A guarded version of the TypeScript type definitions for HERE Maps.",
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/plugin-external-helpers": "^7.29.7",
"@babel/plugin-transform-runtime": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-angular": "^21.0.2",
"@rollup/plugin-babel": "^7.1.0",
"@types/heremaps": "^3.1.14",
"@vitest/browser-webdriverio": "^4.1.8",
"commitizen": "^4.3.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.39.4",
"eslint-config-holy-grail": "^63.0.3",
"globals": "^17.6.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"prettier": "^3.8.4",
"replace-in-file": "^8.4.0",
"rimraf": "^6.1.3",
"rollup": "^4.61.1",
"tsconfig-holy-grail": "^16.0.0",
"tslint": "^6.1.3",
"tslint-config-holy-grail": "^57.0.0",
"typescript": "^5.9.3",
"vitest": "^4.1.8"
},
"files": [
"build/es2019/",
"build/es5/",
"src/"
],
"homepage": "https://github.com/chrisguttandin/here-maps-type-guards",
"keywords": [
"here",
"heremaps",
"types",
"typescript"
],
"license": "MIT",
"main": "build/es5/bundle.js",
"module": "build/es2019/module.js",
"name": "here-maps-type-guards",
"repository": {
"type": "git",
"url": "https://github.com/chrisguttandin/here-maps-type-guards.git"
},
"scripts": {
"build": "rimraf build/* && cp node_modules/@types/heremaps/index.d.ts src/namespace/namespace.ts && npx replace-in-file /declare\\\\snamespace\\\\sH/ '/* tslint:disable */\nexport declare namespace H' src/namespace/namespace.ts && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs",
"lint": "npm run lint:config && npm run lint:src && npm run lint:test",
"lint:config": "eslint --config config/eslint/config.mjs --ext .cjs --ext .js --ext .mjs --report-unused-disable-directives config/",
"lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts",
"lint:test": "eslint --config config/eslint/test.mjs --ext .js --report-unused-disable-directives test/",
"prepare": "husky",
"prepublishOnly": "npm run build",
"test": "npm run lint && npm run build && npm run test:unit",
"test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then npx vitest --config config/vitest/unit.ts; fi"
},
"types": "build/es2019/module.d.ts",
"version": "2.0.100"
}