-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
31 lines (31 loc) · 999 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@microbit-foundation/microbit-micropython-v2-simulator",
"version": "0.1.0",
"description": "Experimental Wasm-based MicroPython micro:bit v2 simulator",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "make",
"test": "vitest",
"ci:update-version": "update-ci-version",
"deploy": "website-deploy-aws",
"invalidate": "aws cloudfront create-invalidation --distribution-id $(printenv ${STAGE}_CLOUDFRONT_DISTRIBUTION_ID) --paths \"/*\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/microbit-foundation/micropython-microbit-v2-simulator.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/microbit-foundation/micropython-microbit-v2-simulator/issues"
},
"homepage": "https://github.com/microbit-foundation/micropython-microbit-v2-simulator#readme",
"devDependencies": {
"esbuild": "^0.14.49",
"prettier": "2.6.0",
"vitest": "^0.22.1"
}
}