-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "shivneri",
"version": "1.0.0",
"description": "[![GitHub version](https://badge.fury.io/gh/ujjwalguptaofficial%2Fshivneri.svg)](https://badge.fury.io/gh/ujjwalguptaofficial%2Fshivneri) ![Crystal CI](https://github.com/ujjwalguptaofficial/shivneri/workflows/Crystal%20CI/badge.svg?branch=master) [![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://shivneriforcrystal.com/) # Shivneri",
"main": "test_runner.js",
"directories": {
"test": "tests"
},
"scripts": {
"test:websocket": "cd ../shivneri-ws-client-javascript && npm run test:dev",
"test:general": "npm run test:general:dev && npm run test:general:prod",
"test:general:dev": "cd tests/general && CRYSTAL_ENV=TEST crystal spec e2e/* --error-trace",
"test:general:prod": "cd tests/general && CRYSTAL_ENV=production CLOSE_PROCESS=true crystal spec e2e/* --error-trace",
"test": "npm run test:general && npm run test:server && npm run test:websocket",
"start": "cd tests/general && crystal src/general.cr --error-trace",
"start:dev": "cd tests/general && crystal src/general.cr --error-trace",
"start:prod": "cd tests/general && CRYSTAL_ENV=Production crystal src/general.cr --error-trace",
"start:server": "cd tests/server && crystal src/server.cr --error-trace",
"test:server": "npm run test:server:dev",
"test:server:dev": "cd tests/server && CRYSTAL_ENV=TEST crystal spec e2e/* --error-trace"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ujjwalguptaofficial/shivneri.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ujjwalguptaofficial/shivneri/issues"
},
"homepage": "https://github.com/ujjwalguptaofficial/shivneri#readme"
}