this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 16 lines 365 B view raw
1{ 2 "name": "create-tangled-repo", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "description": "Create Tangled repositories through the real appview flow", 7 "bin": { 8 "create-tangled-repo": "./create-tangled-repo.js" 9 }, 10 "scripts": { 11 "start": "./create-tangled-repo.js --help" 12 }, 13 "dependencies": { 14 "playwright": "^1.59.1" 15 } 16}