1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "private": true,
- "engines": {
- "node": ">=10.15.3",
- "yarn": "^1.15.2"
- },
- "homepage": "https://github.com/Joystream/storage-node-joystream",
- "bugs": {
- "url": "https://github.com/Joystream/storage-node-joystream/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/storage-node-joystream.git"
- },
- "license": "GPL-3.0",
- "contributors": [
- {
- "name": "Joystream",
- "url": "https://joystream.org"
- }
- ],
- "keywords": [
- "joystream",
- "storage",
- "node"
- ],
- "os": [
- "darwin",
- "linux"
- ],
- "workspaces": [
- "packages/*"
- ],
- "scripts": {
- "test": "wsrun --serial test",
- "lint": "wsrun --serial lint"
- },
- "devDependencies": {
- "wsrun": "^3.6.5"
- }
- }
|