-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 865 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
{
"name": "global-storage",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack",
"publish": "aws s3 cp ./dist s3://ilkka-public/global-storage/$npm_package_version --recursive",
"latest": "npm run publish && aws s3 cp ./dist s3://ilkka-public/global-storage/latest --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilkkapeltola/global-storage.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ilkkapeltola/global-storage/issues"
},
"homepage": "https://github.com/ilkkapeltola/global-storage#readme",
"devDependencies": {
"ts-loader": "^9.2.7",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.10.0"
}
}