-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
43
44
45
46
47
48
49
{
"name": "<%= name %>",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./framework/webpack.config.js",
"raw": "webpack --config ./framework/webpack.config.js --env removeRawJS=false html=false",
"package": "webpack --config ./framework/webpack.config.js --env package=true html=false"
},
"repository": {
"type": "git",
"url": "<%= repository %>"
},
"keywords": [
"javascript",
"webpack",
"salesforce",
"ampscript",
"sfmc",
"ssjs"
],
"author": "<%= author %>",
"license": "<%= license %>",
"bugs": {
"url": "<%= bugs %>"
},
"homepage": "<%= homepage %>",
"devDependencies": {
"@babel/generator": "^7.25.6",
"@babel/parser": "^7.25.6",
"@babel/preset-env": "^7.25.4",
"@babel/traverse": "^7.25.6",
"@babel/types": "^7.25.2",
"babel-loader": "^9.1.3",
"dotenv-webpack": "^8.1.0",
"lodash": "^4.17.21",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}