mirror of https://gitlab.com/oatmealine/cumstorm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
841 B
34 lines
841 B
{
|
|
"name": "cumstorm",
|
|
"version": "1.0.0",
|
|
"description": "a typescript gdps",
|
|
"main": "built/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint src/*.ts",
|
|
"quickrun": "tsc && node built/index.js"
|
|
},
|
|
"keywords": [
|
|
"gdps",
|
|
"geometry-dash",
|
|
"gd",
|
|
"server"
|
|
],
|
|
"author": "oatmealine <krakaka088@gmail.com> (https://koyu.space/@oatmealine)",
|
|
"license": "MIT",
|
|
"repository": "https://gitlab.com/oatmealine/cumstorm/",
|
|
"dependencies": {
|
|
"chalk": "^3.0.0",
|
|
"express": "^4.17.1",
|
|
"mongodb": "^3.5.2",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.2",
|
|
"@types/node": "^13.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.17.0",
|
|
"@typescript-eslint/parser": "^2.17.0",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|