mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-06 00:45:39 +00:00
20 lines
555 B
JSON
20 lines
555 B
JSON
{
|
|
"name": "nodeservices.sockets",
|
|
"version": "1.0.0",
|
|
"description": "This is not really an NPM package and will not be published. This file exists only to reference compilation tools.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/node": "^10.9.2",
|
|
"ts-loader": "^4.5.0",
|
|
"typescript": "^3.0.1",
|
|
"webpack": "^4.17.1",
|
|
"webpack-cli": "^3.1.0"
|
|
}
|
|
}
|