-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@rocketry/device-launchpad-mk2",
"version": "0.0.0",
"private": true,
"description": "Rocketry device module for the Novation Launchpad MK2",
"homepage": "https://github.com/rocketryjs/device-launchpad-mk2#readme",
"bugs": {
"url": "https://github.com/rocketryjs/device-launchpad-mk2/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rocketryjs/device-launchpad-mk2.git"
},
"license": "MIT",
"author": "Evelyn Hathaway <npm@evelyn.dev> (https://evelyn.dev)",
"main": "./lib/index.js",
"directories": {
"lib": "./lib",
"test": "./test"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"lint": "eslint ./"
},
"dependencies": {
"@rocketry/core": "file:../rocketry",
"bind-deep": "^2.2.0",
"lodash": "^4.17.20",
"loose-rgb": "^1.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-plugin-evelyn": "^4.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^0.1.1",
"eslint-plugin-unicorn": "^23.0.0",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.20",
"typescript": "^4.1.3"
},
"engines": {
"node": ">=8.0.0"
}
}