{ "name": "BangleApps", "description": "Bangle.js App Loader (and Apps)", "author": "Gordon Williams (http://espruino.com)", "version": "0.0.1", "license": "MIT", "repository": "https://github.com/espruino/BangleApps", "devDependencies": { "eslint": "^8.14.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "npm-watch": "^0.11.0" }, "scripts": { "lint-apps": "eslint ./apps --ext .js", "test": "node bin/sanitycheck.js && eslint ./apps --ext .js && eslint ./modules --ext .js", "update-local-apps": "./bin/create_apps_json.sh apps.local.json", "local": "npm-watch & npx http-server -a localhost -c-1", "start": "npx http-server -c-1" }, "watch": { "update-local-apps": "apps/*/metadata.json" }, "dependencies": { "acorn": "^7.2.0", "typescript": "4.9.4" } }