UNPKG

ol-proj-ch

Version:
86 lines (85 loc) 2.46 kB
{ "name": "ol-proj-ch", "version": "1.0.4", "description": "china's gcj02 for openlayers", "author": "wkgreat", "license": "BSD-2-Clause", "scripts": { "lint:fix": "eslint --fix --ext js,ts,tsx src --max-warnings 5", "lint": "eslint --ext js,ts,tsx src --max-warnings 5", "karma": "karma start ./karma.conf.js", "test": "npm run karma --log-level error", "test:nowatch": "cross-env CI=true npm run karma -- --single-run --log-level error", "build-ts": "tsc -p tsconfig.json", "build": "rimraf ./dist && npm run build-ts", "prepublishOnly": "npm run test:nowatch && npm run lint && npm run build" }, "husky": { "hooks": { "pre-commit": "npm run test:nowatch && npm run lint" } }, "keywords": [ "openlayers", "projection", "gcj02" ], "homepage": "https://github.com/wkgreat/ol-proj-ch", "repository": { "type": "git", "url": "https://github.com/wkgreat/ol-proj-ch.git" }, "dependencies": { "ol": "^6.1.0" }, "peerDependencies": { "ol": "^6.1.0" }, "files": [ "dist" ], "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", "@types/chai": "^4.2.12", "@types/mocha": "^8.0.0", "@types/ol": "^6.3.1", "@types/webpack-env": "^1.15.2", "@typescript-eslint/parser": "^3.7.1", "babel-loader": "^8.1.0", "chai": "^4.2.0", "cross-env": "^7.0.2", "eslint": "^7.5.0", "eslint-config-openlayers": "^11.0.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "html-webpack-plugin": "^4.3.0", "husky": "^4.2.5", "karma": "^5.1.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-cli": "^2.0.0", "karma-coverage": "^2.0.3", "karma-firefox-launcher": "^1.3.0", "karma-ie-launcher": "^1.0.0", "karma-mocha": "^2.0.1", "karma-sourcemap-loader": "^0.3.7", "karma-typescript": "^5.0.3", "karma-typescript-es6-transform": "^5.0.3", "karma-webpack": "^4.0.2", "mocha": "^8.0.1", "ol": "^6.1.0", "rimraf": "^3.0.2", "ts-loader": "^8.0.1", "typescript": "^3.9.7", "webpack": "^4.44.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" } }