forked from grant-unwin/bigcommerce-token-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 826 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
{
"name": "@space48/bigcommerce-token-validator",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/space48/bigcommerce-token-validator.git"
},
"author": "Grant",
"license": "ISC",
"bugs": {
"url": "https://github.com/space48/bigcommerce-token-validator/issues"
},
"homepage": "https://github.com/space48/bigcommerce-token-validator#readme",
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
},
"dependencies": {
"dotenv": "^16.0.3",
"node-bigcommerce": "^4.1.0"
}
}