UNPKG

dotnet-format

Version:

📝 Pretty accurate port of awesome .NET formatting operations for JS environment

50 lines (49 loc) 1.14 kB
{ "name": "dotnet-format", "version": "1.1.0", "displayName": "DotnetFormat", "description": "📝 Pretty accurate port of awesome .NET formatting operations for JS environment", "keywords": [ "dotnet", "formats", "formatting", "format", "date", "number" ], "author": { "name": "Kir_Antipov", "url": "https://github.com/Kir-Antipov" }, "repository": { "type": "git", "url": "https://github.com/Kir-Antipov/dotnet-format" }, "license": "MIT", "main": "./dist/dotnet-format.js", "types": "./dist/dotnet-format.d.ts", "exports": { ".": "./dist/dotnet-format.js", "./": "./dist/" }, "files": [ "dist/*" ], "ignore": [ "*", "!dist/*" ], "scripts": { "build": "webpack --mode production", "devBuild": "webpack --mode development" }, "devDependencies": { "clean-webpack-plugin": "^3.0.0", "terser-webpack-plugin": "^5.0.3", "ts-loader": "^8.0.11", "typescript": "^4.1.2", "webpack": "^5.8.0", "webpack-cli": "^4.2.0", "webpack-dev-server": "^3.11.0" } }