xloss
Version:
Frontend web package built with TypeScript
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "xloss",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "webpack serve --mode development",
"prepare": "npm run build",
"lint": "eslint --ext .ts src/",
"pack-local": "npm pack"
},
"keywords": [
"frontend",
"typescript",
"web"
],
"author": "",
"license": "ISC",
"description": "Frontend web package built with TypeScript",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vmaspad/xloss.git"
},
"homepage": "https://github.com/vmaspad/xloss#readme",
"bugs": {
"url": "https://github.com/vmaspad/xloss/issues"
},
"devDependencies": {
"@types/node": "^22.15.21",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1"
}
}