mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
31 lines
839 B
JSON
31 lines
839 B
JSON
{
|
|
"name": "generator-aspnetcore-spa-generator",
|
|
"version": "1.0.0",
|
|
"description": "Creates the Yeoman generator and '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/build.js"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"diff": "^2.2.2",
|
|
"gitignore-parser": "0.0.2",
|
|
"glob": "^7.0.3",
|
|
"lodash": "^4.11.1",
|
|
"mkdirp": "^0.5.1",
|
|
"rimraf": "^2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^5.0.30",
|
|
"@types/lodash": "^4.14.37",
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/node": "^6.0.45",
|
|
"@types/node-uuid": "0.0.28",
|
|
"@types/rimraf": "0.0.28",
|
|
"@types/yeoman-generator": "0.0.30",
|
|
"typescript": "^2.0.0"
|
|
}
|
|
}
|