23 lines
608 B
JSON
23 lines
608 B
JSON
{
|
|
"name": "proculite-commons",
|
|
"version": "0.0.1",
|
|
"description": "Common utilities for NodeJS.",
|
|
"main": "./output/index.js",
|
|
"types": "./output/index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/StrajnarFilip/proculite-commons.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/StrajnarFilip/proculite-commons/issues"
|
|
},
|
|
"homepage": "https://github.com/StrajnarFilip/proculite-commons#readme",
|
|
"type": "commonjs"
|
|
}
|