You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
693 B
JSON
25 lines
693 B
JSON
4 years ago
|
{
|
||
|
"name": "sealious-playground",
|
||
|
"version": "1.0.1",
|
||
|
"description": "",
|
||
|
"main": "./dist/index.js",
|
||
|
"scripts": {
|
||
|
"start": "docker-compose up -d db && node .",
|
||
|
"test-cmd": "node test.js",
|
||
|
"test": "./npm.sh run test-cmd -- ",
|
||
|
"build": "tsc",
|
||
|
"watch": "npm run build -- --watch",
|
||
|
"test-reports": "npm run build && rm -fr .xunit coverage && docker-compose up -d db mailcatcher && npm run test -- --cover --test-report",
|
||
|
"cover-html": "npm run test-reports -- --cover-html && xdg-open coverage/lcov-report/index.html"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"sealious": "^0.13.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"prettier": "^2.2.1",
|
||
|
"typescript": "^4.1.3"
|
||
|
}
|
||
|
}
|