mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
21 lines
517 B
JSON
21 lines
517 B
JSON
{
|
|
"name": "generator-aspnetcore-spa-generator",
|
|
"version": "1.0.0",
|
|
"description": "Creates the 'dotnet new' package for ASP.NET Core SPA templates",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc && node ./tmp/build.js"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mkdirp": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/node": "^6.0.45",
|
|
"typescript": "^2.0.0"
|
|
}
|
|
}
|