std/package.json

31 lines
733 B
JSON
Raw Permalink Normal View History

2022-11-02 19:48:49 +01:00
{
"name": "@fiusdevelopment/std",
2022-11-04 14:31:45 +01:00
"version": "0.0.5",
2022-11-02 19:48:49 +01:00
"description": "Standard module for javascript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FIUSDevelopment/std.git"
},
"keywords": [
"std",
"standard",
"npmjs",
"npm",
"module",
"javascript"
],
"author": "FIUS Development | Killer Boss Original - EnyGasELuce",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/FIUSDevelopment/std/issues"
},
2022-11-02 21:07:10 +01:00
"homepage": "https://github.com/FIUSDevelopment/std#readme",
"dependencies": {
"@fiusdevelopment/readline": "^0.0.2"
}
2022-11-02 19:48:49 +01:00
}