Lightcord/LightcordApi/package.json

44 lines
1.4 KiB
JSON

{
"name": "lightcordapi",
"version": "1.0.0",
"description": "Lightcord's scripting API",
"main": "js/main.js",
"scripts": {
"build": "webpack --progress",
"watch": "webpack --progress --watch",
"build-prod": "webpack --progress --config prod.config.js",
"watch-prod": "webpack --progress --watch --config prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "typedoc --out ./docs ./src --theme node_modules/eledoc/bin/default/ --sourcefile-url-map sourcefile-map.json"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.15.3",
"@types/bandagedbd__bdapi": "^0.3.1",
"@types/moment": "^2.13.0",
"@types/react": "^17.0.20",
"@types/react-datepicker": "^4.1.6",
"@types/react-dom": "^17.0.9",
"@types/uuid": "^8.3.1",
"babel-loader": "^8.2.2",
"date-fns": "^2.23.0",
"eledoc": "^0.2.1",
"emotion": "^11.0.0",
"react-datepicker": "^4.2.1",
"terser-webpack-plugin": "^5.2.3",
"ts-loader": "^9.2.5",
"typedoc": "^0.21.9",
"typedoc-plugin-sourcefile-url": "^1.0.6",
"typescript": "^4.4.2",
"uuid": "^8.3.2",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"types": "./types/index.ts",
"private": true
}