24 lines
496 B
JSON
24 lines
496 B
JSON
{
|
|
"name": "@rondo.dev/scripts",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "tslint --project .",
|
|
"compile": "tsc",
|
|
"clean": "rm -rf lib/"
|
|
},
|
|
"bin": {
|
|
"rondo": "./lib/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@rondo.dev/argparse": "0.0.1",
|
|
"browser-unpack": "^1.4.2",
|
|
"rimraf": "^3.0.0",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"devDependencies": {},
|
|
"module": "esm/index.js",
|
|
"main": "lib/index.js"
|
|
} |