{ "name": "spacetime", "version": "7.13.0", "description": "figure-out dates across timezones", "main": "src/index.js", "unpkg": "builds/spacetime.min.js", "types": "types/index.d.ts", "type": "module", "sideEffects": false, "exports": { ".": { "import": { "types": "./types/index.d.ts", "default": "./builds/spacetime.mjs" }, "require": { "types": "./types/index.d.cts", "default": "./builds/spacetime.cjs" } } }, "scripts": { "build": "npm run pack && npm run version && rollup -c --silent", "build:tz": "node ./scripts/updateZonefile.js", "pack": "node ./zonefile/pack.js", "version": "node ./scripts/version.js", "watch": "node --watch ./scratch.js", "test": "tape ./test/**/*.test.js | tap-dancer --color always", "testb": "TESTENV=prod tape ./test/**/*.test.js | tap-dancer --color always", "test:types": "tsx ./test/types/index.ts | tap-dancer --color always", "coverage": "nyc -r lcov -n 'src/**/*' -n 'plugins/**/*' npm run coverage:tests", "coverage:tests": "npm run test", "codecov": "npm run coverage && codecov -t 411de6c7-82d2-41e9-a1cc-9096cdab6c72", "lint": "eslint ./src" }, "repository": { "type": "git", "url": "https://github.com/spencermountain/spacetime.git" }, "files": [ "src", "builds", "api", "types", "zonefile" ], "prettier": { "trailingComma": "none", "tabWidth": 2, "semi": false, "singleQuote": true, "printWidth": 100 }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.2", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", "eslint-plugin-regexp": "3.1.0", "rollup": "4.62.2", "shelljs": "0.10.0", "tap-dancer": "0.3.4", "tape": "5.10.2", "timekeeper": "2.3.1" }, "license": "Apache-2.0" }