scratch-judge
Version:
A custom scratch-vm used to watch program status and output result about the program.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "scratch-judge",
"version": "1.1.0",
"description": "A custom scratch-vm used to watch program status and output result about the program.",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"bin": {
"scj": "./src/index.js"
},
"scripts": {
"start": "node ./src/index.js",
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Steve-xmh/scratch-judge.git"
},
"keywords": [
"scratch",
"judge"
],
"author": "Steve-xmh",
"license": "MIT",
"bugs": {
"url": "https://github.com/Steve-xmh/scratch-judge/issues"
},
"homepage": "https://github.com/Steve-xmh/scratch-judge#readme",
"dependencies": {
"cli": "^1.0.1",
"scratch-vm": "^0.2.0-prerelease.20190628161443"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
}