Select the types of activity you want to include in your feed.
1{ 2 "name": "node14-subpath", 3 "version": "1.0.0", 4 "main": "index.mjs", 5 "type": "module", 6 "license": "MIT", 7 "imports": { 8 "#test-import": "./test.mjs" 9 }, 10 "volta": { 11 "node": "14.17.5" 12 } 13}