Jerko Steiner 01ed3e9aaf
All checks were successful
continuous-integration/drone/push Build is passing
v0.0.1
2020-01-10 13:52:33 +01:00

20 lines
467 B
JSON

{
"name": "@rondo.dev/config",
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/config",
"version": "0.0.1",
"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"
}