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
Raw Permalink Normal View History

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",
"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",
"build": "tsc",
"test": "yarn build && node --enable-source-maps test/index.js"
2021-06-09 21:25:37 -04:00
}
}