File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# node-snapd
22* nodejs client interface to ubuntu [ core snapd rest api] ( https://github.com/snapcore/snapd/wiki/REST-API ) *
33
4- <img src=https://img.shields.io/npm/v/node-snapd.svg>
4+ [ <img src=https://img.shields.io/npm/v/node-snapd.svg> ] ( https://www.npmjs.com/package/node-snapd )
55
66With node-snapd, you can now easily introspect the Snapd host and the installed Snap packages.
77
Original file line number Diff line number Diff line change 11{
22 "name" : " node-snapd" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " nodejs client interface to ubuntu core snapd api" ,
55 "main" : " src/index.js" ,
66 "scripts" : {
2626 "eslint-plugin-standard" : " ^3.0.1" ,
2727 "docdash" : " ^1.1.1" ,
2828 "jsdoc" : " ^3.6.2"
29- }
29+ },
30+ "keywords" : [
31+ " snap" ,
32+ " snapcraft" ,
33+ " apt" ,
34+ " flatpack" ,
35+ " deb" ,
36+ " snapd" ,
37+ " snappy" ,
38+ " ubuntu"
39+ ]
3040}
You can’t perform that action at this time.
0 commit comments