You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2026-01-13 05:42:19 +03:00
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"name": "example-app",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"preinstall": "npm install ../.."
|
|
},
|
|
"author": "",
|
|
"license": "Apache 2.0",
|
|
"dependencies": {
|
|
"cli-color": "^1.0.0"
|
|
}
|
|
}
|