-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (37 loc) · 1.16 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
{
"name": "beauty-amp-core2",
"version": "0.4.9",
"description": "Beautify (prettify) AMPscript for Marketing Cloud - prettifying library only. Version for further support.",
"publisher": "fib3",
"author": {
"name": "filipbostik"
},
"keywords": [],
"license": "BSD-4-CLAUSE",
"repository": {
"type": "git",
"url": "git+https://github.com/FiB3/beautyAmpCore2.git"
},
"homepage": "https://fib3.vercel.app/",
"main": "dist/beauty-amp-core.js",
"files": [
"dist"
],
"scripts": {
"test": "cross-env NODE_ENV=development node node_modules/.bin/jest ./tests/",
"test:prod": "cross-env NODE_ENV=production node node_modules/.bin/jest ./tests/",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"build:pack": "cross-env NODE_ENV=production webpack --config webpack.config.js; npm pack",
"build:publish": "cross-env NODE_ENV=production webpack --config webpack.config.js; npm publish"
},
"dependencies": {
},
"devDependencies": {
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"cross-env": "^7.0.3",
"jest": "^29.0.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}