pipilan
Version:
Generate music based on conventions from Central Javanese gamelan.
61 lines (60 loc) • 1.56 kB
JSON
{
"name": "pipilan",
"version": "1.0.7",
"description": "Generate music based on conventions from Central Javanese gamelan.",
"type": "module",
"files": [
"dist"
],
"main": "./dist/pipilan.umd.js",
"module": "./dist/pipilan.es.js",
"exports": {
".": {
"import": "./dist/pipilan.es.js",
"require": "./dist/pipilan.umd.js"
}
},
"scripts": {
"webpack": "webpack",
"build": "webpack --mode=production --node-env=production",
"doc": "jsdoc -c jsdoc.json",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"build_vite": "vite build",
"preview": "vite preview",
"dev": "vite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewscharles/Pipilan.js.git"
},
"keywords": [
"gamelan",
"karawitan",
"music",
"garap"
],
"author": "Charles Matthews",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewscharles/Pipilan.js/issues"
},
"homepage": "https://github.com/matthewscharles/Pipilan.js#readme",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@matthewscharles/cm-toolbox": "^1.2.7",
"@webpack-cli/generators": "^3.0.1",
"babel-loader": "^9.1.0",
"jest": "^29.3.1",
"jsdoc": "^4.0.0",
"marked": "^9.1.6",
"prettier": "^2.8.0",
"pug": "^3.0.2",
"tone": "^14.7.77",
"vite": "^4.5.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}