mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 01:59:58 +00:00
12 lines
276 B
JSON
12 lines
276 B
JSON
{
|
|
"name": "pict-rs-js",
|
|
"version": "1.0.0",
|
|
"main": "client.js",
|
|
"repository": "https://git.asonix.dog/Dessalines/pict-rs",
|
|
"author": "Dessalines <tyhou13@gmx.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"form-data": "^3.0.0",
|
|
"node-fetch": "^2.6.0"
|
|
}
|
|
}
|