18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"name": "@rondo.dev/test-utils",
|
|
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/test-utils",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "tslint --project .",
|
|
"compile": "tsc",
|
|
"clean": "rm -rf lib/"
|
|
},
|
|
"dependencies": {},
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"devDependencies": {}
|
|
}
|