dotnet-solution
Version:
dotnet solution file model
36 lines (35 loc) • 980 B
JSON
{
"name": "dotnet-solution",
"version": "0.2.0",
"description": "dotnet solution file model",
"author": "Andy Dote <andy@andydote.co.uk> (https://andydote.co.uk)",
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "https://github.com/Pondidum/dotnet-solution.git"
},
"bugs": {
"url": "https://github.com/Pondidum/dotnet-solution/issues"
},
"homepage": "https://github.com/Pondidum/dotnet-solution",
"keywords": ["c#", "dotnet", "solution", "sln"],
"scripts": {
"test": "jest --watchAll",
"build": "babel src --out-dir dist",
"prepublish": "npm run build"
},
"main": "dist/index.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^21.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"jest": "^21.0.1",
"regenerator-runtime": "^0.11.0"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
}
}