UNPKG

digipin

Version:

An npm package for getting the digipin value from lat and long

74 lines (73 loc) 1.73 kB
{ "name": "digipin", "version": "0.0.1", "description": "An npm package for getting the digipin value from lat and long", "exports": { ".": { "import": { "types": "./lib/esm/types/index.d.ts", "default": "./lib/esm/index.mjs" }, "require": { "types": "./lib/cjs/types/index.d.ts", "default": "./lib/cjs/index.js" } } }, "types": "./lib/cjs/types/index.d.ts", "main": "./lib/cjs/index.js", "files": [ "lib/**/*" ], "scripts": { "clean": "del-cli ./lib", "build": "npm run clean && npm run build:esm && npm run build:cjs", "build:esm": "tsc -p ./configs/tsconfig.esm.json && move-file lib/esm/index.js lib/esm/index.mjs", "build:cjs": "tsc -p ./configs/tsconfig.cjs.json", "test": "mocha", "semantic-release": "semantic-release", "prepack": "npm run build" }, "release": { "branches": [ "main" ] }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ronitjadhav/digipin" }, "keywords": [ "npm", "javascript", "typescript", "esm", "cjs", "nodejs", "commonjs", "ecmascript", "beginner", "example", "demonstration" ], "author": "Snyk Labs", "license": "MIT", "bugs": { "url": "https://github.com/ronitjadhav/digipin/issues" }, "homepage": "https://github.com/ronitjadhav/digipin#readme", "devDependencies": { "@types/chai": "^4.3.20", "@types/mocha": "^9.1.1", "chai": "^4.5.0", "del-cli": "^5.0.0", "mocha": "^10.8.2", "move-file-cli": "^3.0.0", "semantic-release": "^19.0.3", "ts-node": "^10.9.2", "typescript": "^4.7.4" } }