UNPKG

decentrand

Version:

Decentraland CLI developer tool.

40 lines 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.repos = void 0; exports.repos = { scenes: [ { title: 'Cube spawner', url: 'https://github.com/decentraland-scenes/cube-spawner/archive/refs/heads/main.zip' }, { title: 'Basic interactions', url: 'https://github.com/decentraland-scenes/Basic-Interactions/archive/refs/heads/master.zip' }, { title: 'Moving platforms', url: 'https://github.com/decentraland-scenes/moving-platforms/archive/refs/heads/master.zip' }, { title: 'Video streaming', url: 'https://github.com/decentraland-scenes/video-streaming/archive/refs/heads/main.zip' }, { title: 'Museum', url: 'https://github.com/decentraland-scenes/museum_template/archive/refs/heads/main.zip' }, { title: 'Wearables Store', url: 'https://github.com/decentraland-scenes/store-template/archive/refs/heads/main.zip' }, { title: 'Lazy loading', url: 'https://github.com/decentraland-scenes/lazy-loading/archive/refs/heads/main.zip' } ], library: 'https://github.com/decentraland/sdk-library/archive/refs/heads/main.zip', portableExperience: 'https://github.com/decentraland/portable-experience-sample/archive/refs/heads/main.zip', smartItem: 'https://github.com/decentraland/smart-item-sample/archive/refs/heads/main.zip' }; exports.default = exports.repos; //# sourceMappingURL=repositories.js.map