|
1 | 1 | {
|
2 |
| - "name": "@nativescript-community/ui-checkbox", |
3 | 2 | "version": "1.0.0",
|
4 | 3 | "homepage": "https://github.com/@nativescript-community/ui-checkbox#readme",
|
5 | 4 | "bugs": {
|
|
16 | 15 | "build.all": "lerna run build.all",
|
17 | 16 | "build.angular": "lerna run build.angular",
|
18 | 17 | "build.win": "lerna run build-win",
|
19 |
| - "clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metadata.json' 'packages/**/*.ngsummary.json' 'packages/**/*.mjs' 'packages/**/*.mjs.map' 'packages/**/node_modules' 'packages/**/angular/package.json' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'", |
| 18 | + "clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada' 'packages/**/angular/ng-package.json'", |
20 | 19 | "commitmsg": "commitlint -e $GIT_PARAMS",
|
21 |
| - "demo.ng.android": "cd ./demo-ng && ns run android --no-hmr", |
| 20 | + "demo.ng.android": "cd ./demo-ng && ns run android --no-hmr --env.watchNodeModules", |
22 | 21 | "demo.ng.clean": "cd ./demo-ng && ns clean",
|
23 |
| - "demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr", |
| 22 | + "demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr --env.watchNodeModules", |
24 | 23 | "postinstall": "npm run setup",
|
25 | 24 | "prepare": "npm run setup",
|
26 |
| - "publish": "npm run setup && npm run build.all && lerna publish --create-release=github --force-publish", |
27 |
| - "readme": "node ./tools/readme.js", |
| 25 | + "publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes ; lerna publish", |
| 26 | + "readme": "lerna run readme && node ./tools/readme.js", |
28 | 27 | "setup": "npm run submodules && ts-patch install",
|
29 | 28 | "start": "./node_modules/.bin/ntl -A -s 15 -o",
|
30 | 29 | "submodules": "git submodule update --init",
|
31 | 30 | "sync": "node ./tools/sync.js",
|
32 | 31 | "sync.test": "node ./tools/sync.js",
|
33 | 32 | "tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
|
34 | 33 | "update": "node ./tools/update.js",
|
35 |
| - "watch": "npm run tsc -- -w" |
| 34 | + "watch": "npm run tsc -- -w", |
| 35 | + "fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'", |
| 36 | + "doc": "node tools/builddoc.mjs", |
| 37 | + "commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\"" |
36 | 38 | },
|
37 | 39 | "commitlint": {
|
38 | 40 | "extends": [
|
|
52 | 54 | "demo.ng.ios": "Runs the Angular demo on iOS.",
|
53 | 55 | "watch": "Watch for changes in the plugin source and re-build."
|
54 | 56 | }
|
| 57 | + }, |
| 58 | + "workspaces": [ |
| 59 | + "packages/*", |
| 60 | + "demo-vue", |
| 61 | + "demo-vue3", |
| 62 | + "demo-ng", |
| 63 | + "demo-svelte", |
| 64 | + "demo-react", |
| 65 | + "demo-snippets" |
| 66 | + ], |
| 67 | + "engines": { |
| 68 | + "npm": "please use yarn or pnpm", |
| 69 | + "yarn": ">=1.19.1", |
| 70 | + "pnpm": ">=7.0.0", |
| 71 | + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" |
55 | 72 | }
|
56 | 73 | }
|
0 commit comments