Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Jun 23, 2023
1 parent 2aff2d8 commit f09b69f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/mono/wasm/runtime/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "@microsoft/dotnet-runtime",
"description": ".NET is a developer platform with tools and libraries for building any type of app, including web, mobile, desktop, games, IoT, cloud, and microservices.",
"repository": {
"type": "git",
"url": "https://github.com/dotnet/runtime.git"
},
"version": "1.0.0",
"main": "dotnet.js",
"type": "module",
"types": "dotnet.d.ts",
"scripts": {
"rollup": "rollup -c",
"lint": "eslint --no-color --max-warnings=0 \"./**/*.ts\" \"./*.js\"",
"format": "eslint --fix \"./**/*.ts\" \"./*.js\""
},
"keywords": [
"dotnet",
"runtime",
"wasm"
],
"author": "Microsoft",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "11.1.0",
"@rollup/plugin-virtual": "3.0.1",
"@rollup/plugin-terser": "0.4.1",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
"fast-glob": "3.2.12",
"git-commit-info": "2.0.1",
"rollup": "3.21.1",
"rollup-plugin-dts": "5.3.0",
"terser": "5.17.1",
"tslib": "2.5.0",
"typescript": "5.0.4"
}
}

0 comments on commit f09b69f

Please sign in to comment.