{ "name": "@jwetzell/acn", "version": "0.1.0", "description": "", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./package.json": "./package.json" }, "scripts": { "prebuild": "rimraf dist", "build": "tsdown", "build:cjs": "tsc -p tsconfig.cjs.json", "build:esm": "tsc -p tsconfig.esm.json", "build:types": "tsc -p tsconfig.types.json", "prepublishOnly": "npm run build", "pretest": "npm run build", "test": "node --test --experimental-test-coverage" }, "files": [ "dist" ], "author": { "name": "Joel Wetzell", "email": "me@jwetzell.com", "url": "https://jwetzell.com" }, "repository": { "type": "git", "url": "git+https://github.com/jwetzell/acn-js.git" }, "license": "MIT", "devDependencies": { "@types/node": "25.9.1", "rimraf": "6.1.3", "tsdown": "0.22.1", "typescript": "5.9.3" } }