File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "build:form-engine" : " pnpm -F @coding-form/form-engine build" ,
88 "build" : " pnpm run build:form-engine" ,
99 "watch:form-engine" : " pnpm -F @coding-form/form-engine dev" ,
10+ "push:form-engine" : " pnpm -F @coding-form/form-engine push" ,
11+ "push" : " pnpm run push:form-engine" ,
1012 "dev:app-pc" : " pnpm -F @form-example/app-pc dev" ,
1113 "dev:app-mobile" : " pnpm -F @form-example/app-mobile dev" ,
1214 "clean" : " pnpm cleaninstall-node"
Original file line number Diff line number Diff line change 11{
22 "name" : " @coding-form/form-engine" ,
33 "version" : " 0.0.1" ,
4+ "description" : " form-engine components" ,
5+ "keywords" : [
6+ " coding-flow" ,
7+ " flow-engine"
8+ ],
9+ "homepage" : " https://github.com/codingapi/form-engine" ,
10+ "bugs" : {
11+ "url" : " https://github.com/codingapi/form-engine/issues"
12+ },
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/codingapi/form-engine.git"
16+ },
17+ "license" : " Apache-2.0" ,
18+ "author" : " 1024lorne@gmail.com" ,
419 "type" : " module" ,
520 "exports" : {
621 "." : {
1429 ],
1530 "scripts" : {
1631 "build" : " rslib build" ,
17- "dev" : " rslib build --watch"
32+ "dev" : " rslib build --watch" ,
33+ "push" : " pnpm run build && pnpm publish --access public"
1834 },
1935 "dependencies" : {
2036 "@reduxjs/toolkit" : " ^2.11.2" ,
You can’t perform that action at this time.
0 commit comments