UNPKG

wkid

Version:

CGCS2000 coordinate system definitions library with multiple format support

50 lines 1.22 kB
{ "name": "wkid", "version": "0.0.5", "description": "CGCS2000 coordinate system definitions library with multiple format support", "main": "dist/wkid.js", "module": "dist/wkid.esm.js", "types": "dist/wkid.d.ts", "bin": { "wkid": "bin/wkid-cli.js" }, "files": [ "dist/**/*", "bin/**/*" ], "scripts": { "build": "rollup -c", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "npm run build", "cli": "node bin/wkid-cli.js" }, "keywords": [ "cgcs2000", "coordinate-system", "wkid", "projection", "gis", "china-geodetic-coordinate-system" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^8.3.0", "@types/jest": "^27.4.0", "jest": "^27.4.7", "rollup": "^2.60.0", "ts-jest": "^27.1.2", "tslib": "^2.3.1", "typescript": "^4.5.4" }, "repository": { "type": "git", "url": "https://gitee.com/proj4js/wkid.git" }, "bugs": { "url": "https://github.com/your-username/cgcs2000-wkid/issues" }, "homepage": "https://github.com/your-username/cgcs2000-wkid#readme" }