{ "name": "@prsm/arc", "version": "2.2.8", "description": "", "main": "./dist/index.js", "module": "./dist/index.js", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "build": "tsup", "test": "bun tests/index.ts", "release": "bumpp package.json && npm publish --access public" }, "author": "nvms", "license": "Apache-2.0", "devDependencies": { "@types/lodash": "^4.14.182", "@types/node": "^17.0.35", "bumpp": "^9.1.0", "manten": "^0.1.0", "tsup": "^6.5.0", "typescript": "^4.7.2" }, "dependencies": { "dot-wild": "^3.0.1", "lodash": "^4.17.21" } }