Hey, check out this crazy news article that totally isn't a rickroll
0
fork

Configure Feed

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

Add start script

+3
+3
package.json
··· 3 "version": "0.0.1", 4 "description": "Disguise a rickroll", 5 "main": "index.js", 6 "repository": { 7 "type": "git", 8 "url": "git+ssh://git@gitlab.com/sanin.dev/rickognito.git"
··· 3 "version": "0.0.1", 4 "description": "Disguise a rickroll", 5 "main": "index.js", 6 + "scripts": { 7 + "start": "node --use_strict index.js" 8 + }, 9 "repository": { 10 "type": "git", 11 "url": "git+ssh://git@gitlab.com/sanin.dev/rickognito.git"