20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"name": "adamocomp",
|
|
"version": "0.0.1",
|
|
"description": "ballistic action library swiss-army knife",
|
|
"main": "parser.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "caes@git.adamonet:sys/adamocomp.git"
|
|
},
|
|
"author": "",
|
|
"dependencies": {
|
|
"yargs": "^15.3.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "ISC"
|
|
}
|