UNPKG

smplr

Version:

A Sampled collection of instruments

56 lines (55 loc) 1.36 kB
{ "name": "smplr", "version": "0.16.3", "homepage": "https://github.com/danigb/smplr#readme", "description": "A Sampled collection of instruments", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/danigb/smplr.git" }, "keywords": [ "sampler", "web", "audio", "instrument" ], "author": "danigb", "license": "MIT", "bugs": { "url": "https://github.com/danigb/smplr/issues" }, "devDependencies": { "@changesets/cli": "^2.25.2", "@types/audioworklet": "^0.0.74", "@types/jest": "^29.5.12", "jest": "^29.4.1", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "tsup": "^8.0.2", "typedoc": "^0.28.3" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup src/index.ts --sourcemap --dts --format esm,cjs", "build:worklet:reverb": "esbuild src/reverb/worklet-processor.ts --bundle --minify > src/reverb/processor.min.js", "test": "npm run test:unit && npm run test:types", "test:unit": "jest", "test:types": "tsc --noEmit", "publish": "npm test && npm run build && changeset publish" }, "engines": { "node": ">=14.0.0" }, "jest": { "preset": "ts-jest" }, "packageManager": "npm@10.2.3" }