mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"name": "maki-interpreter",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Jordan Eldredge <jordan@jordaneldredge.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"tdd": "jest --watch",
|
|
"decompile": "cd reference/maki_decompiler_1.1 && perl mdc.pl ../../fixtures/standardframe.maki"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^23.6.0",
|
|
"prettier": "^1.15.3"
|
|
},
|
|
"prettier": {}
|
|
}
|