Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

at main 31 lines 727 B view raw
1{ 2 "name": "ac-shop", 3 "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "ac-shop", 9 "version": "1.0.0", 10 "license": "UNLICENSED", 11 "workspaces": [ 12 "extensions/*" 13 ], 14 "dependencies": { 15 "dotenv": "^17.2.3" 16 } 17 }, 18 "node_modules/dotenv": { 19 "version": "17.2.3", 20 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz", 21 "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==", 22 "license": "BSD-2-Clause", 23 "engines": { 24 "node": ">=12" 25 }, 26 "funding": { 27 "url": "https://dotenvx.com" 28 } 29 } 30 } 31}