{ "scripts": { "build": "bash ./scripts/build.sh", "build:test": "ENV='DEV' yarn build", "docs:build": "typedoc", "test": "ts-node node_modules/tape/bin/tape ./tests/js/index.ts" }, "devDependencies": { "@swc/core": "^1.3.68", "@swc/helpers": "^0.5.1", "@types/node": "^20.4.0", "@types/tape": "^5.6.0", "apache-arrow": "^12.0.1", "geoarrow": "./pkg", "tape": "^5.6.4", "ts-node": "^10.9.1", "typedoc": "0.24.8", "typescript": "^4.6.2" }, "volta": { "node": "20.4.0", "yarn": "3.3.1" } }