route-graphics 0.0.1 → 0.0.2-rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "route-graphics",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-rc2",
4
4
  "description": "A 2D graphics rendering interface for that takes a json and renders pixels",
5
5
  "main": "dist/RouteGraphics.js",
6
6
  "files": [
@@ -8,10 +8,10 @@
8
8
  "package.json"
9
9
  ],
10
10
  "scripts": {
11
- "dev": "npx @11ty/eleventy --serve --port 3000",
12
- "build": "node ./esbuild.js",
13
- "test": "vitest",
14
- "coverage": "vitest run --coverage"
11
+ "lint": "bunx prettier --check src",
12
+ "lint:fix": "bunx prettier --check --write src",
13
+ "vt:generate": "bun run esbuild.js && rtgl vt generate --skip-screenshots",
14
+ "test": "vitest"
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {