188cc2d2eb
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
43 lines
935 B
JSON
43 lines
935 B
JSON
{
|
|
"name": "napi-rs",
|
|
"version": "0.1.1",
|
|
"description": "A minimal library for building compiled Node add-ons in Rust.",
|
|
"bin": {
|
|
"napi": "scripts/napi.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:Brooooooklyn/napi-rs.git"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "LongYinan",
|
|
"email": "lynweklm@gmail.com",
|
|
"homepage": "https://github.com/Brooooooklyn"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Brooooooklyn/napi-rs/issues"
|
|
},
|
|
"homepage": "https://github.com/Brooooooklyn/napi-rs#readme",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5",
|
|
"toml": "^3.0.0"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "always"
|
|
},
|
|
"files": [
|
|
"scripts/napi.js",
|
|
"LICENSE"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^13.9.2",
|
|
"prettier": "^2.0.1"
|
|
}
|
|
}
|