UNPKG

799 BJSONView Raw
1{
2 "name": "dadojs",
3 "version": "0.1.16",
4 "description": "Lanzamiento de un dado al azar",
5 "main": "./dist/cjs/index.js",
6 "author": "Marcelo Medina",
7 "license": "MIT",
8 "homepage": "https://github.com/marcelomedina10/dadojs",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/marcelomedina10/dadojs"
12 },
13 "scripts": {
14 "build-main": "tsc src/index.ts --outDir dist/cjs --module commonjs",
15 "build-browser": "tsc src/index.ts --outDir dist/esm --module ES6",
16 "build": "npm run build-main && npm run build-browser",
17 "test": "jest"
18 },
19 "keywords": [
20 "dado",
21 "dadojs",
22 "dado al azar",
23 "dadojs al azar",
24 "dice",
25 "dices",
26 "lucky",
27 "random"
28 ],
29 "devDependencies": {
30 "jest": "^29.7.0",
31 "typescript": "^5.3.3"
32 }
33}