eval build

This commit is contained in:
Felix Roos 2023-01-28 22:32:48 +01:00
parent cde23bbf98
commit 4aa32415cd
3 changed files with 31 additions and 4 deletions

View file

@ -1,15 +1,20 @@
{
"name": "@strudel.cycles/eval",
"version": "0.5.0",
"version": "0.6.0",
"description": "Code evaluator for strudel",
"main": "index.mjs",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs"
},
"scripts": {
"build": "vite build",
"test": "vitest run"
},
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidalcycles/strudel.git"
@ -38,6 +43,7 @@
},
"devDependencies": {
"@strudel.cycles/mini": "workspace:*",
"vite": "^3.2.2",
"vitest": "^0.25.7"
}
}