@o-galaxy/ether
Version:
Rest Api Framework
59 lines (58 loc) • 1.21 kB
JSON
{
"name": "@o-galaxy/ether",
"version": "1.2.0",
"description": "Rest Api Framework",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build-dev": "tsc -p tsconfig.json",
"build-prod": "tsc -p tsconfig.prod.json",
"start": "ts-node ./src/server.ts",
"pack": "npm run build-prod && cp package.json ./dist-prod/package.json && npm pack ./dist-prod"
},
"os": [
"darwin",
"linux",
"win32"
],
"keywords": [
"open-galaxy",
"ether",
"Ether",
"REST",
"API",
"express",
"server",
"typescript",
"framework",
"decorators"
],
"author": "Ofir .G",
"license": "ISC",
"dependencies": {
"reflect-metadata": "^0.1.13",
"@types/express": "^4.17.1",
"express": "^4.17.1"
},
"devDependencies": {
"ts-node": "^8.4.1",
"typescript": "^3.6.3",
"@types/config": "0.0.34",
"@types/cors": "^2.8.6",
"@types/dotenv": "^6.1.1",
"config": "^3.2.3",
"cors": "^2.8.5",
"dotenv": "^8.1.0"
},
"files": [
"/**"
],
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git@github.com-OfirTheOne:OfirTheOne/ether.git"
}
}