{ "name": "@uci/esmtesting", "version": "0.1.0", "description": "Test for esm", "main": "index.js", "scripts": { "start": "node -r @std/esm test" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/message.git" }, "keywords": [ "node.js", "i2c", "rpi", "raspberrypi" ], "bugs": { "url": "https://github.com/uCOMmandIt/message/issues" }, "homepage": "https://github.com/uCOMmandIt/message#readme", "@std/esm": "cjs", "devDependencies": { "@std/esm": "^0.18.0" }, "dependencies": { "json-ipc-lib": "^1.0.2" } }