mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-20 20:15:34 -04:00
21 lines
509 B
JSON
21 lines
509 B
JSON
{
|
|
"name": "api",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://gitlab.insrt.uk/revolt/api.git",
|
|
"author": "Paul <paulmakles@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build:generator": "tsc",
|
|
"start:generator": "node dist",
|
|
"watch:generator": "tsc-watch --onSuccess \"node dist\"",
|
|
"preview": "sirv out"
|
|
},
|
|
"devDependencies": {
|
|
"tsc-watch": "^4.4.0",
|
|
"sirv-cli": "^1.0.12",
|
|
"typescript": "^4.3.5",
|
|
"typescript-json-schema": "^0.50.1"
|
|
}
|
|
}
|