123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "private": true,
- "name": "storage-node",
- "version": "1.0.0",
- "engines": {
- "node": ">=10.15.3",
- "yarn": "^1.15.2"
- },
- "homepage": "https://github.com/Joystream/joystream/",
- "bugs": {
- "url": "https://github.com/Joystream/joystream/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/joystream.git"
- },
- "license": "GPL-3.0",
- "contributors": [
- {
- "name": "Joystream",
- "url": "https://joystream.org"
- }
- ],
- "keywords": [
- "joystream",
- "storage",
- "node"
- ],
- "os": [
- "darwin",
- "linux"
- ],
- "scripts": {
- "test": "wsrun --serial test",
- "lint": "wsrun --serial lint"
- },
- "devDependencies": {
- "eslint-config-esnext": "^4.1.0",
- "eslint-config-prettier": "^6.11.0",
- "eslint-plugin-babel": "^5.3.1",
- "eslint-plugin-prettier": "^3.1.4",
- "prettier": "^2.0.5",
- "wsrun": "^3.6.5"
- }
- }
|