-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 875 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
34
35
36
37
{
"name": "@b1kt0p/claudia-api",
"version": "0.0.19",
"description": "Wrapper for claudia=api-builder",
"main": "./lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"build": "BABEL_ENV=production babel src --out-dir lib",
"prepublishOnly": "rm -rf ./lib && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Biktop/claudia-api.git"
},
"keywords": [
"AWS",
"dotenv"
],
"author": "Victor Savostin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Biktop/claudia-api/issues"
},
"homepage": "https://github.com/Biktop/claudia-api#readme",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"babel-preset-minify": "^0.5.2"
},
"dependencies": {
"@b1kt0p/claudia-api-builder": "^4.1.4"
}
}