mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
28 lines
653 B
JSON
28 lines
653 B
JSON
{
|
|
"name": "verb-specifications",
|
|
"version": "0.0.1",
|
|
"description": "Jambonz Verb Specification Utilities",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jambonz/verb-specifications.git"
|
|
},
|
|
"author": "Dave Horton",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jambonz/verb-specifications/issues"
|
|
},
|
|
"homepage": "https://github.com/jambonz/verb-specifications#readme",
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"tape": "^5.6.1"
|
|
},
|
|
"dependencies": {
|
|
"pino": "^8.8.0"
|
|
}
|
|
}
|