UNPKG

@somosphi/uuid

Version:

Utility functions for dealing with UUIDs

45 lines (44 loc) 950 B
{ "name": "@somosphi/uuid", "version": "1.0.0", "description": "Utility functions for dealing with UUIDs", "author": "Phi Serviços de Pagamento S.A.", "license": "MIT", "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "rm -rf dist && tsc", "prepublishOnly": "npm run build" }, "dependencies": { "@types/node": "^13.13.2", "@types/uuid": "^7.0.3", "uuid": "^7.0.3" }, "devDependencies": { "@types/jest": "^25.2.1", "jest": "^25.4.0", "ts-jest": "^25.4.0", "typescript": "^3.8.3" }, "keywords": [ "guid", "uuid", "string", "buffer", "binary", "util" ], "repository": { "type": "git", "url": "git+https://github.com/somosphi/js-uuid.git" }, "bugs": { "url": "https://github.com/somosphi/js-uuid/issues" }, "homepage": "https://github.com/somosphi/js-uuid#readme" }