45 lines
683 B
JSON
45 lines
683 B
JSON
{
|
|
"name": "beeper",
|
|
"version": "2.1.0",
|
|
"description": "Make your terminal beep",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/beeper",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"keywords": [
|
|
"beep",
|
|
"beeper",
|
|
"boop",
|
|
"terminal",
|
|
"term",
|
|
"cli",
|
|
"console",
|
|
"ding",
|
|
"ping",
|
|
"alert",
|
|
"gulpfriendly"
|
|
],
|
|
"dependencies": {
|
|
"yoctodelay": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"hooker": "^0.2.3",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
}
|
|
}
|