mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
change package.json
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "argon-v3",
|
"name": "argon-v3",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "The go to language for mathematicians!",
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "mkdir -p build && go build -o build/argon ./src",
|
"build": "mkdir -p build && go build -o build/argon ./src",
|
||||||
"dev": "nodemon -x go run ./src/. --signal SIGKILL -e go --verbose",
|
"dev": "nodemon -x go run ./src/. --signal SIGKILL -e go --verbose",
|
||||||
@@ -13,7 +12,7 @@
|
|||||||
"url": "git+https://github.com/Ugric/argon-v3.git"
|
"url": "git+https://github.com/Ugric/argon-v3.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Ugric/argon-v3/issues"
|
"url": "https://github.com/Ugric/argon-v3/issues"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user