Skip to content

Commit

Permalink
chore(release): 1.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Jan 31, 2023
1 parent 319ce44 commit ec67520
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cabul-rest",
"version": "0.0.1",
"version": "1.0.1",
"description": "Proxy API for reddit",
"main": "build/index.js",
"dependencies": {
Expand All @@ -10,21 +10,25 @@
},
"devDependencies": {
"@types/node": "^14.14.37",
"typescript": "^4.6.3",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^7.32.0"
"eslint": "^7.32.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.6.3"
},
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"postinstall": "npm run build"
"start": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinkaroid/cabul.git"
},
"keywords": ["reddit", "proxy", "api"],
"keywords": [
"reddit",
"proxy",
"api"
],
"author": "sinkaroid",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit ec67520

Please sign in to comment.