{ "name": "frigid", "version": "1.3.12", "main": "out/index.js", "types": "out/index.d.ts", "license": "MIT", "type": "module", "repository": "https://github.com/marcus13345/frigid.git", "devDependencies": { "@types/node": "^15.12.2", "chai": "^4.3.4", "typescript": "^4.3.2", "yarn": "^1.22.10" }, "scripts": { "prepublish": "yarn build", "build": "tsc", "test": "yarn build && node --enable-source-maps test/index.js" } }