Files
argon-v3/package.json
2022-11-22 18:27:55 +00:00

24 lines
605 B
JSON

{
"name": "argon-v3",
"version": "1.0.0",
"description": "The go to language for mathematicians!",
"scripts": {
"build": "mkdir -p build && go build -o build/argon ./src",
"dev": "nodemon -x go run ./src/. --signal SIGKILL -e go --verbose",
"start": "go run ./src/."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ugric/argon-v3.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ugric/argon-v3/issues"
},
"homepage": "https://github.com/Ugric/argon-v3#readme",
"dependencies": {
"nodemon": "^2.0.20"
}
}