mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"name": "@heyputer/puter-api-test",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "apitest.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Puter Technologies Inc.",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"chai": "^4.3.7",
|
|
"chai-as-promised": "^7.1.1",
|
|
"yaml": "^2.3.1"
|
|
}
|
|
}
|