@rxdi/ui-registry
Version:
Decentralized UI Registry for apps of the future
34 lines (33 loc) • 1.48 kB
JSON
{
"name": "@rxdi/ui-registry",
"version": "0.7.48",
"description": "Decentralized UI Registry for apps of the future",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "docker run -p 8957:8957 -p 5001:5001 -p 8080:8080 -p 9300:9300 -v $(pwd)/my-project:/usr/src/app/files -v $(pwd)/packages:/usr/src/app/packages -v $(pwd)/.rxdi:/root/.rxdi -v $(pwd)/.jsipfs:/root/.jsipfs -i -t rxdi/deploy:latest --graphiql-playground --webui --browser --html ./index.html --interceptor ./interceptor.ts",
"start-nodejs": "docker run -p 8957:8957 -p 5001:5001 -p 8080:8080 -p 9300:9300 -v $(pwd)/my-project:/usr/src/app/files -v $(pwd)/packages:/usr/src/app/packages -v $(pwd)/.rxdi:/root/.rxdi -v $(pwd)/.jsipfs:/root/.jsipfs -i -t rxdi/deploy:latest --graphiql-playground --webui --html ./index.html --interceptor ./interceptor.ts",
"local": "rxdi-deploy --graphiql-playground --webui --browser --ipfs-api-gateway 8080 --ipfs-api-port 5001"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rxdi/ui-registry.git"
},
"keywords": [
"rxdi",
"ipfs",
"decentralized",
"registry",
"components",
"web-components"
],
"author": "Kristiyan Tachev (@Stradivario)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rxdi/ui-registry/issues"
},
"homepage": "https://github.com/rxdi/ui-registry#readme",
"devDependencies": {
"typescript": "^3.5.3"
}
}