mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 14:26:10 +00:00
19 lines
320 B
JSON
19 lines
320 B
JSON
|
{
|
||
|
"name": "contextlink",
|
||
|
"version": "0.0.0",
|
||
|
"main": "entry.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "npx mocha"
|
||
|
},
|
||
|
"author": "Puter Technologies Inc.",
|
||
|
"license": "AGPL-3.0-only",
|
||
|
"devDependencies": {
|
||
|
"mocha": "^10.2.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"description": ""
|
||
|
}
|