This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
frigid/package.json

21 lines
494 B
JSON

{
"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"
}
}