packages/uuid/package.json
{
"name": "@easen-tools/uuid",
"version": "1.1.0",
"description": "Generate fast and cryptographically secure UUID v4",
"homepage": "https://github.com/rangoo94/easen-tools/tree/master/packages/uuid#readme",
"bugs": "https://github.com/rangoo94/easen-tools/issues",
"repository": {
"type": "git",
"url": "https://github.com/rangoo94/easen-tools.git",
"directory": "packages/uuid"
},
"author": "Dawid Rusnak <dawid@drcode.pl>",
"keywords": [
"easen",
"uuid",
"uuid4",
"id",
"v4",
"uuidv4",
"random"
],
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"files": [
"src/**/*",
"index.js",
"index.d.ts"
],
"scripts": {
"test": "mocha tests/{**,}/*.spec.js"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1"
},
"browser": {
"crypto": false
}
}