@jsynple/core
Version:
All the core modules and types for the Synple application
46 lines • 1.12 kB
JSON
{
"name": "@jsynple/core",
"version": "0.4.4",
"description": "All the core modules and types for the Synple application",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"@jsynple/core": "link:",
"@synple/core": "link:",
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.10",
"@vitest/ui": "^3.0.8",
"lodash": "^4.17.21"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"eslint": "^9.22.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"vitest": "^3.0.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/modular-synthesizer/core.git"
},
"keywords": [
"modular",
"synthesizer",
"library",
"core"
],
"author": "Vincent Courtois",
"license": "ISC",
"bugs": {
"url": "https://github.com/modular-synthesizer/core/issues"
},
"homepage": "https://github.com/modular-synthesizer/core#readme",
"scripts": {
"test": "vitest",
"uiTest": "vitest --ui",
"buildAndPublish": "rm -rf dist/ && tsc && pnpm publish --no-git-checks"
}
}