-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 965 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
{
"name": "@imaginelearning/web-code-formatting",
"version": "2.1.3",
"description": "Code formatting configurations for prettier and js-beautify",
"main": "install.js",
"author": {
"name": "Imagine Learning"
},
"bugs": {
"url": "https://github.com/ImagineLearning/web-code-formatting/issues"
},
"license": "MIT",
"homepage": "https://www.imaginelearning.com",
"repository": {
"type": "git",
"url": "git+https://github.com/ImagineLearning/web-code-formatting.git"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "node build.js",
"prebuild": "yarn clean",
"clean": "shx rm -rf dist",
"package": "cd ./dist/web-code-formatting-angular && yarn pack && cd ../web-code-formatting-react && yarn pack",
"postpackage": "ncp ./.npmrc ./dist/web-code-formatting-angular/.npmrc && ncp ./.npmrc ./dist/web-code-formatting-react/.npmrc",
"prepackage": "yarn build"
},
"devDependencies": {
"ncp": "^2.0.0",
"shx": "^0.3.2"
}
}