Files
javascript-client-api/package.json
T
2021-07-11 00:29:10 +01:00

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"
}
}