@typecad/framework-arduino 0.1.0-alpha.1 → 0.1.0-alpha.2

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.
Files changed (1) hide show
  1. package/package.json +73 -73
package/package.json CHANGED
@@ -1,73 +1,73 @@
1
- {
2
- "name": "@typecad/framework-arduino",
3
- "version": "0.1.0-alpha.1",
4
- "description": "TypeCAD framework package for Arduino framework code generation",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "default": "./dist/index.js"
12
- },
13
- "./arduino": {
14
- "types": "./dist/arduino/index.d.ts",
15
- "default": "./dist/arduino/index.js"
16
- },
17
- "./graphics/ili9341": {
18
- "types": "./dist/graphics/ili9341.d.ts",
19
- "default": "./dist/graphics/ili9341.js"
20
- },
21
- "./displays/ili9341-spi": {
22
- "types": "./dist/displays/ili9341-spi.d.ts",
23
- "default": "./dist/displays/ili9341-spi.js"
24
- }
25
- },
26
- "files": [
27
- "dist",
28
- "src"
29
- ],
30
- "scripts": {
31
- "build": "tsc",
32
- "prepublishOnly": "npm run build",
33
- "test:hw": "npm exec -- cuttlefish-test",
34
- "test:hw:basics": "npm exec -- cuttlefish-test tests/01-basics.test.ts"
35
- },
36
- "dependencies": {
37
- "@typecad/hal": "0.1.0-alpha.1"
38
- },
39
- "devDependencies": {
40
- "@typecad/expect": "0.1.0-alpha.1",
41
- "@typecad/board-esp32-devkit": "0.1.0-alpha.1"
42
- },
43
- "license": "MIT",
44
- "publishConfig": {
45
- "access": "public"
46
- },
47
- "repository": {
48
- "type": "git",
49
- "url": "git+https://github.com/justind000/typecode.git",
50
- "directory": "packages/framework-arduino"
51
- },
52
- "homepage": "https://github.com/justind000/typecode/tree/main/packages/framework-arduino",
53
- "bugs": {
54
- "url": "https://github.com/justind000/typecode/issues"
55
- },
56
- "keywords": [
57
- "arduino",
58
- "cpp",
59
- "cuttlefish",
60
- "embedded",
61
- "esp32",
62
- "firmware",
63
- "framework",
64
- "microcontroller",
65
- "typecad",
66
- "typescript"
67
- ],
68
- "engines": {
69
- "node": ">=18"
70
- },
71
- "author": "typecad0",
72
- "sideEffects": false
73
- }
1
+ {
2
+ "name": "@typecad/framework-arduino",
3
+ "version": "0.1.0-alpha.2",
4
+ "description": "TypeCAD framework package for Arduino framework code generation",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "default": "./dist/index.js"
12
+ },
13
+ "./arduino": {
14
+ "types": "./dist/arduino/index.d.ts",
15
+ "default": "./dist/arduino/index.js"
16
+ },
17
+ "./graphics/ili9341": {
18
+ "types": "./dist/graphics/ili9341.d.ts",
19
+ "default": "./dist/graphics/ili9341.js"
20
+ },
21
+ "./displays/ili9341-spi": {
22
+ "types": "./dist/displays/ili9341-spi.d.ts",
23
+ "default": "./dist/displays/ili9341-spi.js"
24
+ }
25
+ },
26
+ "files": [
27
+ "dist",
28
+ "src"
29
+ ],
30
+ "scripts": {
31
+ "build": "tsc",
32
+ "prepublishOnly": "npm run build",
33
+ "test:hw": "npm exec -- cuttlefish-test",
34
+ "test:hw:basics": "npm exec -- cuttlefish-test tests/01-basics.test.ts"
35
+ },
36
+ "dependencies": {
37
+ "@typecad/hal": "0.1.0-alpha.2"
38
+ },
39
+ "devDependencies": {
40
+ "@typecad/expect": "0.1.0-alpha.2",
41
+ "@typecad/board-esp32-devkit": "0.1.0-alpha.2"
42
+ },
43
+ "license": "MIT",
44
+ "publishConfig": {
45
+ "access": "public"
46
+ },
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "git+https://github.com/justind000/typecode.git",
50
+ "directory": "packages/framework-arduino"
51
+ },
52
+ "homepage": "https://github.com/justind000/typecode/tree/main/packages/framework-arduino",
53
+ "bugs": {
54
+ "url": "https://github.com/justind000/typecode/issues"
55
+ },
56
+ "keywords": [
57
+ "arduino",
58
+ "cpp",
59
+ "cuttlefish",
60
+ "embedded",
61
+ "esp32",
62
+ "firmware",
63
+ "framework",
64
+ "microcontroller",
65
+ "typecad",
66
+ "typescript"
67
+ ],
68
+ "engines": {
69
+ "node": ">=18"
70
+ },
71
+ "author": "typecad0",
72
+ "sideEffects": false
73
+ }