Skip to content

Instantly share code, notes, and snippets.

@elzup
Created March 9, 2020 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elzup/2a48c0150d997c3dd4dd7b67d2168713 to your computer and use it in GitHub Desktop.
Save elzup/2a48c0150d997c3dd4dd7b67d2168713 to your computer and use it in GitHub Desktop.
{
"name": "competitive-pg-wrokspace",
"version": "1.0.0",
"main": "index.js",
"author": "elzup <guild0105@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^13.5.3",
"atcoder-cli": "^2.0.4",
"eslint": "^6.8.0",
"eslint-config-nzap": "^1.4.6",
"ts-node": "^8.6.2",
"typescript": "3.7.5"
},
"dependencies": {
"jimp": "^0.9.3",
"tstl": "^2.4.0"
},
"scripts": {
"new": "acc new --template ts",
"cwd": "cd $INIT_CWD",
"next": "(cd $INIT_CWD && yarn cwd && acc add --template ts)",
"submit": "(cd $INIT_CWD && acc submit)",
"submit:ts": "(cd $INIT_CWD && cp main.js && acc submit main.ts && rm main.ts)",
"lint": "eslint --ext .js,.ts .",
"pwd": "pwd",
"test": "./testcommand.sh",
"test:js": "oj test -c \"node $INIT_CWD/main.js\" -d $INIT_CWD/tests",
"update-badge": "./make_badge.sh anozon"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment