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

Add start script

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