This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-06-09 21:25:37 -04:00
|
|
|
{
|
|
|
|
|
"name": "frigid",
|
2021-06-22 20:39:09 -04:00
|
|
|
"version": "1.3.12",
|
2021-06-09 21:25:37 -04:00
|
|
|
"main": "out/index.js",
|
2021-06-09 21:31:17 -04:00
|
|
|
"types": "out/index.d.ts",
|
2021-06-09 21:25:37 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"type": "module",
|
2021-06-09 21:31:17 -04:00
|
|
|
"repository": "https://github.com/marcus13345/frigid.git",
|
2021-06-09 21:25:37 -04:00
|
|
|
"devDependencies": {
|
2021-06-09 21:31:17 -04:00
|
|
|
"@types/node": "^15.12.2",
|
2021-06-11 00:47:09 -04:00
|
|
|
"chai": "^4.3.4",
|
2021-06-09 21:25:37 -04:00
|
|
|
"typescript": "^4.3.2",
|
2021-06-09 21:31:17 -04:00
|
|
|
"yarn": "^1.22.10"
|
2021-06-09 21:25:37 -04:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-06-09 21:31:17 -04:00
|
|
|
"prepublish": "yarn build",
|
2021-06-10 23:45:37 -04:00
|
|
|
"build": "tsc",
|
|
|
|
|
"test": "yarn build && node --enable-source-maps test/index.js"
|
2021-06-09 21:25:37 -04:00
|
|
|
}
|
|
|
|
|
}
|