Update README.md

This commit is contained in:
2021-06-11 11:01:22 +02:00
parent 061cd6d949
commit b4c579bc46
3 changed files with 54 additions and 43 deletions

View File

@@ -1,7 +1,18 @@
{
"name": "artclick",
"name": "@linkyjs/core",
"version": "1.0.0",
"private": true,
"description": "URL Shortener for Developers 💻",
"main": "start/kernel.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/linkyjs/core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/linkyjs/core/issues"
},
"homepage": "https://github.com/linkyjs/core#readme",
"scripts": {
"build": "node ace build --production",
"start": "node server.js",