@compactjs/random
Version:
Simple module to generate random values from a given range or array
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "@compactjs/random",
"version": "1.0.1",
"description": "Simple module to generate random values from a given range or array",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"types": "src/index.d.ts",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"prepare": "npm run build",
"jest": "jest",
"lint": "eslint src",
"test": "npm run lint && npm run build && npm run jest"
},
"files": [
"src/index.d.ts",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CompactJS/random.git"
},
"keywords": [
"javascript",
"random",
"pick",
"array"
],
"author": "Timo Bechtel",
"license": "MIT",
"bugs": {
"url": "https://github.com/CompactJS/random/issues"
},
"homepage": "https://github.com/CompactJS/random#readme",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/jest": "^25.2.1",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.9.0",
"jest": "^26.0.0",
"microbundle": "^0.12.0-next.9",
"semantic-release": "^17.0.7"
}
}