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

16 lines
271 B
JSON

{
"name": "frigid",
"version": "1.0.0",
"main": "out/index.js",
"license": "MIT",
"type": "module",
"repository": "",
"devDependencies": {
"typescript": "^4.3.2",
"@types/node": "^15.12.2"
},
"scripts": {
"build": "tsc"
}
}