forked from btjones/axilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 978 Bytes
/
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
{
"name": "axilla",
"version": "1.3.1",
"description": "A web-based pixlet implementation",
"main": "",
"scripts": {
"dev": "PIXLET_BINARY=pixlet IS_DEV=true netlify dev",
"lint": "eslint --ext .js ./",
"test": "PIXLET_BINARY=pixlet IS_DEV=true jest",
"test:watch": "PIXLET_BINARY=pixlet IS_DEV=true jest --watch",
"test:ci": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btjones/axilla.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/btjones/axilla/issues"
},
"homepage": "https://github.com/btjones/axilla",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.0.6",
"jsdom": "^17.0.0",
"lambda-tester": "^4.0.1",
"netlify-plugin-inline-functions-env": "^1.0.9"
}
}