-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "@bbc/tv-lrud-spatial",
"version": "0.0.12",
"description": "Spatial navigation library",
"main": "lib/lrud.min.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest",
"build": "rm -f lib/lrud.min.js && babel lib --source-maps true --out-file lib/lrud.min.js",
"server": "node ./test/server.js",
"lint": "eslint .",
"prepare": "husky install || exit 0",
"preversion": "npm test",
"postversion": "git push origin master --tags --no-verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbc/lrud-spatial.git"
},
"keywords": [],
"author": "BBC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bbc/lrud-spatial/issues"
},
"homepage": "https://github.com/bbc/lrud-spatial#readme",
"devDependencies": {
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"husky": "^8.0.0",
"jest": "^29.4.3",
"puppeteer": "^19.7.2"
},
"dependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9"
}
}