22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"name": "wo_scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app_versioning.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tic.cc/npm/wo_scripts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"readline-sync": "^1.4.10",
|
|
"shelljs": "^0.8.5",
|
|
"shx": "^0.3.4"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|