10print
Version:
Nodejs implementation of the famous one-line Commodore 64 BASIC program
30 lines (29 loc) • 629 B
JSON
{
"name": "10print",
"version": "2.0.0",
"description": "Nodejs implementation of the famous one-line Commodore 64 BASIC program",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luca1388/10print.git"
},
"keywords": [
"javascript",
"10print",
"commodore",
"commodore64",
"pattern"
],
"author": "luca1388",
"license": "MIT",
"bugs": {
"url": "https://github.com/luca1388/10print/issues"
},
"homepage": "https://github.com/luca1388/10print#readme",
"devDependencies": {
"jest": "^26.6.3"
}
}