UNPKG

u-he-preset-randomizer

Version:

Create random u-he synth presets through randomization and merging of your existing presets.

72 lines (71 loc) 1.81 kB
{ "$schema": "https://json.schemastore.org/package", "name": "u-he-preset-randomizer", "version": "1.0.9", "description": "Create random u-he synth presets through randomization and merging of your existing presets.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "u-he-preset-randomizer": "./dist/cli.js" }, "type": "module", "scripts": { "start": "tsx src/cli.ts", "build-ts": "tsc", "clean": "rimraf dist/", "build": "npm run build-ts", "lint": "eslint .", "test": "npm run lint && npm run build", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Fannon/u-he-preset-randomizer.git" }, "keywords": [ "u-he", "synth", "random", "randomization", "presets", "presets" ], "author": "Simon Heimler", "license": "MIT", "bugs": { "url": "https://github.com/Fannon/u-he-preset-randomizer/issues" }, "files": [ "README.md", "package.json", "src/**/*", "dist/**/*" ], "homepage": "https://github.com/Fannon/u-he-preset-randomizer#readme", "engines": { "node": ">=20.0.0" }, "devDependencies": { "@eslint/js": "^9.5.0", "@tsconfig/node20": "^20.1.4", "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.7", "@types/inquirer-autocomplete-prompt": "^3.0.3", "@types/node": "^20.14.8", "@types/yargs": "^17.0.32", "eslint": "^8.57.0", "rimraf": "^5.0.7", "tsx": "^4.15.7", "typescript": "^5.5.2", "typescript-eslint": "^7.13.1" }, "dependencies": { "chalk": "^5.3.0", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "inquirer": "^9.2.23", "inquirer-autocomplete-prompt": "^3.0.1", "unique-names-generator": "^4.7.1", "yargs": "^17.7.2" } }