mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
14 lines
545 B
JSON
14 lines
545 B
JSON
{
|
|
"name": "DatabaseManagerPlugin",
|
|
"version": "v0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "browserify ./src/index.ts -p [ tsify --noImplicitAny] > index.js && copy.bat",
|
|
"start": "npm run copy & concurrently --kill-others \"npm run watch\"",
|
|
"copy": "copy.bat",
|
|
"watch": "watchify ./src/index.ts --debug -o ../../public/plugins/databasemanager/index.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ]"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|