-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
15 lines (15 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"dependencies": {
"@sindresorhus/fnv1a": "^3.0.0"
},
"name": "stompgen",
"description": "[![linux](https://github.com/ikonopistsev/stomptalk/workflows/linux/badge.svg?branch=master)](https://github.com/ikonopistsev/stomptalk/actions?query=workflow%3Alinux) [![windows](https://github.com/ikonopistsev/stomptalk/workflows/windows/badge.svg?branch=master)](https://github.com/ikonopistsev/stomptalk/actions?query=workflow%3Awindows) [![macos](https://github.com/ikonopistsev/stomptalk/workflows/macos/badge.svg?branch=master)](https://github.com/ikonopistsev/stomptalk/actions?query=workflow%3Amacos) [![Total alerts](https://img.shields.io/lgtm/alerts/g/ikonopistsev/stomptalk.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ikonopistsev/stomptalk/alerts/) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/ikonopistsev/stomptalk.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ikonopistsev/stomptalk/context:cpp)",
"version": "1.0.0",
"main": "stomptalkgen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"type": "module"
}