mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-01-14 15:54:08 +01:00
Update README.md
This commit is contained in:
15
package.json
15
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user