diff --git a/package.json b/package.json index 335c3f2..f17adbf 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,10 @@ { - "name": "motion", - "private": true, - "version": "0.0.0", + "name": "ecs-animation-engine", + "private": false, + "version": "1.0.1", "type": "module", + "author": "Gaston Morixe", + "license": "MIT", "scripts": { "dev": "vite", "build": "tsc --noEmitOnError false --noUnusedLocals false --noUnusedParameters false && vite build", @@ -12,7 +14,7 @@ "typescript": "^5.5.3", "vite": "^5.4.8" }, - "dependencies": { + "peerDependencies": { "chart.js": "^4.4.5" } }