-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.83 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
50
51
52
{
"buildSource": {
"platform": "Standard",
"template": "Base",
"option": "Default",
"size": "300x250",
"repo": "https://github.com/ff0000-ad-tech/tmpl-standard-base/tree/bsa/standard__base__default",
"release": "beta.1"
},
"scripts": {
"prepare": "npm run install-build && npm run prettier",
"install-build": "cd ./1-build && npm install && cd ../",
"reinstall": "rm -rf ./node_modules && rm ./package-lock.json && rm -rf ./1-build/node_modules && rm ./1-build/package-lock.json && npm i",
"start": "npm run browser",
"browser": "node ./node_modules/@ff0000-ad-tech/wp-creative-server/index.js --context ./ --browser",
"server": "node ./node_modules/@ff0000-ad-tech/wp-creative-server/index.js --context ./",
"prettier": "npx prettier --write \"./1-build/**/*.+(js|html)\"",
"pub": "cd ./dev-ops && sh npm-publish.sh"
},
"name": "@ff0000-ad-tech/tmpl-standard-base-default",
"version": "3.8.1-beta.1",
"description": "Open-source HTML banner-authoring framework.",
"author": "160over90",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.3.0",
"npm": ">=6.14.5"
},
"repository": {
"type": "git",
"url": "https://github.com/ff0000-ad-tech/tmpl-standard-base",
"branch": "bsa/standard__base__default"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.0",
"@ff0000-ad-tech/cs-plugin-apply-network": "^2.0.0",
"@ff0000-ad-tech/cs-plugin-bulk-compile": "^1.1.0",
"@ff0000-ad-tech/debug": "^4.1.0",
"@ff0000-ad-tech/wp-creative-server": "^4.3.1",
"@ff0000-ad-tech/wp-deploy-manager": "^12.0.3",
"babel-eslint": "^8.2.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"minimist": "^1.2.5",
"np": "^7.2.0",
"prettier": "^2.3.2",
"version-bump-prompt": "^6.1.0"
}
}