@js-random/all
Version:
A collection of simple and lightweight randomizers for JavaScript (TypeScript friendly)
80 lines (79 loc) • 2.02 kB
JSON
{
"name": "@js-random/all",
"version": "0.3.5",
"description": "A collection of simple and lightweight randomizers for JavaScript (TypeScript friendly)",
"author": "Raiondesu <a.raiondesu@gmail.com>",
"homepage": "https://github.com/Raiondesu/js-random/tree/master/packages/all#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "module/index.js",
"unpkg": "unpkg/index.js",
"directories": {
"lib": "lib",
"types": "types",
"module": "module",
"unpkg": "unpkg",
"test": "__tests__"
},
"files": [
"lib",
"module",
"unpkg",
"index.ts",
"global.ts"
],
"types": "lib/index.d,ts",
"typings": "lib/index.d.ts",
"keywords": [
"js",
"ts",
"typescript",
"javascript",
"string",
"number",
"boolean",
"array",
"random",
"simple",
"lightweight",
"es5",
"JSON",
"definetly-typed",
"modular",
"monorepo",
"micropackage"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Raiondesu/random-something.git"
},
"scripts": {
"build": "npm run build:cjs && npm run build:module && npm run build:unpkg",
"build:cjs": "tsc -p ./tsconfig.json",
"build:module": "tsc -p ./tsconfig.module.json",
"build:unpkg": "tsc -p ./tsconfig.unpkg.json && npm run rollup",
"rollup": "rollup -c ../../rollup.config.js --name random",
"preversion": "npm run build"
},
"bugs": {
"url": "https://github.com/Raiondesu/random-something/issues"
},
"dependencies": {
"@js-random/boolean": "^0.3.5",
"@js-random/date": "^0.3.5",
"@js-random/number": "^0.3.5",
"@js-random/string": "^0.3.5"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"rollup": "^1.7.4",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.9.3",
"typescript": "^3.3.4000"
},
"gitHead": "df97d2aff8d5ca7952bcbfa9b0a0c364ccbb4fd9"
}