stack-theme-selector-server/package.json
2023-04-18 02:57:36 +03:00

30 lines
797 B
JSON

{
"name": "stack-theme-selector-server",
"version": "1.0.0",
"description": "Stack Wallet's Theme Selector Server API",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "tsc && node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cypherstack/stack-theme-selector-server.git"
},
"author": "detherminal",
"license": "MIT",
"bugs": {
"url": "https://github.com/cypherstack/stack-theme-selector-server/issues"
},
"homepage": "https://github.com/cypherstack/stack-theme-selector-server#readme",
"devDependencies": {
"@types/node": "^18.15.11",
"typescript": "^5.0.4"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2"
}
}