-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 997 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 997 Bytes
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
{
"name": "radio-code-calculator",
"main": "./src/RadioCodeCalculator.mjs",
"version": "1.1.6",
"description": "Radio Code Calculator is an online service along with Web API and SDK for generating car radio unlock codes for popular vehicle brands.",
"type": "module",
"keywords": [
"radio",
"code",
"navigation",
"calculator",
"generator",
"vehicle",
"car",
"automotive",
"radiocode",
"radiocodes",
"api"
],
"license": "Apache-2.0",
"authors": [
{
"name": "Bartosz Wójcik",
"email": "support@pelock.com",
"homepage": "https://www.pelock.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/PELock/Radio-Code-Calculator-JavaScript"
},
"dependencies": {
"form-data": "latest",
"node-fetch": "latest"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.4.3"
},
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
}
}