mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-18 20:37:46 +00:00
30 lines
720 B
JSON
30 lines
720 B
JSON
{
|
|
"name": "@jambonz/verb-specifications",
|
|
"version": "0.0.122",
|
|
"description": "Jambonz Verb Specification Utilities",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test/",
|
|
"jslint": "eslint index.js"
|
|
},
|
|
"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.7.5"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"pino": "^8.8.0"
|
|
}
|
|
}
|