UNPKG

659 BJSONView Raw
1{
2 "name": "havel",
3 "version": "0.7.0",
4 "description": "streams done … ehm … differently",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha",
8 "lint": "./node_modules/.bin/eslint index.js lib/*.js test/*.js bin/*.js",
9 "jsdoc": "node_modules/.bin/jsdoc -c jsdoc.json",
10 "build": "npm run lint; npm run test; npm run jsdoc",
11 "prepublishOnly": "npm test"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/MichaelKreil/havel.git"
16 },
17 "author": "Michael Kreil",
18 "license": "ISC",
19 "devDependencies": {
20 "eslint": "^8.11.0",
21 "jaguarjs-jsdoc": "github:MichaelKreil/jaguarjs-jsdoc",
22 "jsdoc": "^3.6.10",
23 "mocha": "^9.2.2"
24 }
25}