Files
verb-specifications/package.json
Dave Horton 2b81fe20f0 0.0.122
2025-11-27 11:38:55 -06:00

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"
}
}