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