UNPKG

assembly-source

Version:

Create or change .NET assembly attributes in C# and JScript source code

42 lines (41 loc) 951 B
{ "name": "assembly-source", "version": "1.0.0", "description": "Create or change .NET assembly attributes in C# and JScript source code", "license": "MIT", "author": "Vincent Weevers", "files": [ "index.js" ], "scripts": { "test": "standard && hallmark && depcheck && node test", "fix:js": "standard --fix", "fix:md": "hallmark --fix" }, "dependencies": { "esprima": "^4.0.0", "is-options": "^1.0.1", "pascal-case": "^3.1.1" }, "devDependencies": { "depcheck": "^1.2.0", "hallmark": "^3.0.0", "standard": "^14.3.4", "tape": "^5.0.1" }, "standard": { "ignore": "test/fixtures/*.js" }, "repository": "vweevers/assembly-source", "bugs": "https://github.com/vweevers/assembly-source/issues", "homepage": "https://github.com/vweevers/assembly-source", "keywords": [ "assembly", "csharp", "dotnet", "jscript" ], "engines": { "node": ">=10" } }