parser-6502/package.json

36 lines
801 B
JSON

{
"name": "parser-6502",
"version": "1.0.2",
"description": "Parser for 6502 assembler.",
"main": "index.js",
"dependencies": {
"mona": "^0.9.1"
},
"devDependencies": {
"standard": "^9.0.1",
"standard-version": "^4.0.0",
"tap": "^10.3.0"
},
"scripts": {
"release": "npm test && standard-version && git push origin master && npm publish",
"test": "tap test/*.js --cov && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emkay/parser-6502.git"
},
"keywords": [
"parser",
"6502",
"nesly",
"nes",
"assembler"
],
"author": "Michael Matuzak",
"license": "MIT",
"bugs": {
"url": "https://github.com/emkay/parser-6502/issues"
},
"homepage": "https://github.com/emkay/parser-6502#readme"
}