mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
Implement SocketNodeInstance
This commit is contained in:
17
src/Microsoft.AspNetCore.NodeServices/package.json
Normal file
17
src/Microsoft.AspNetCore.NodeServices/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "nodeservices",
|
||||
"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": "./node_modules/.bin/webpack"
|
||||
},
|
||||
"author": "Microsoft",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"ts-loader": "^0.8.2",
|
||||
"typescript": "^1.8.10",
|
||||
"webpack": "^1.13.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user