tc39-times/package.json
2023-05-19 13:40:38 +02:00

19 lines
394 B
JSON

{
"name": "tc39-times",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"bin": "./index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.disroot.org:ryzokuken/tc39-times.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"@js-temporal/polyfill": "^0.4.4"
}
}