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