[READ-ONLY] Mirror of https://github.com/danielroe/node14-subpath.
0

Configure Feed

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

node14-subpath / package.json
209 B 13 lines
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}