bindd/package.json
2021-11-28 04:13:28 +00:00

15 lines
269 B
JSON

{
"name": "bindd",
"version": "1.0.0",
"description": "",
"main": "src/index.mjs",
"scripts": {
"start": "node --experimental-json-modules src/index.mjs"
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
"flumm-fetch": "^1.0.1"
}
}