-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 868 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
{
"name": "@codingitwrong/jsonapi-client",
"version": "0.0.11",
"description": "A vanilla JS client for JSON:API services",
"main": "index.js",
"repository": "[email protected]:codingitwrong/jsonapi-client.git",
"author": "Josh Justice <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"test": "jest --watchAll",
"lint": "eslint \"{src,test}/*.js\""
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"acorn": "^8.0.1",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "^29.0.1",
"eslint": "^7",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "28.3.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.0.1",
"kind-of": "^6.0.3",
"prettier": "3.3.3",
"serialize-javascript": "^6.0.0",
"set-value": "^4.0.1"
}
}