All checks were successful
continuous-integration/drone/push Build is passing
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"name": "@rondo.dev/config",
|
|
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/config",
|
|
"version": "0.0.2",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "tslint --project .",
|
|
"compile": "tsc",
|
|
"clean": "rm -rf lib/"
|
|
},
|
|
"dependencies": {
|
|
"@rondo.dev/logger": "file:../logger",
|
|
"js-yaml": "^3.13.1"
|
|
},
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"module": "esm/index.js"
|
|
}
|