nana800-code-action 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "nana800-code-action",
3
+ "version": "1.0.0",
4
+ "files": [
5
+ "dist"
6
+ ],
7
+ "main": "./dist/main.cjs.js",
8
+ "module": "./dist/main.esm.js",
9
+ "exports": {
10
+ ".": {
11
+ "require": "./dist/main.cjs.js",
12
+ "import": "./dist/main.esm.js",
13
+ "types": "./dist/main.d.ts"
14
+ }
15
+ },
16
+ "types": "dist/main.d.ts",
17
+ "scripts": {
18
+ "build": "tsc --emitDeclarationOnly && node scripts/build.js",
19
+ "release": "yarn build && npm publish --access public"
20
+ },
21
+ "devDependencies": {
22
+ "@types/lodash": "^4.17.10",
23
+ "@typescript-eslint/eslint-plugin": "^6.14.0",
24
+ "@typescript-eslint/parser": "^6.14.0",
25
+ "esbuild": "^0.18.1",
26
+ "eslint": "^8.56.0",
27
+ "eslint-config-prettier": "^9.1.0",
28
+ "eslint-plugin-prettier": "^5.0.1",
29
+ "prettier": "^3.1.1",
30
+ "typescript": "^5.1.3",
31
+ "ts-node": "^10.9.2"
32
+ },
33
+ "dependencies": {
34
+ "axios": "1.7.7",
35
+ "lodash": "^4.17.21"
36
+ },
37
+ "keywords": [
38
+ "nocode tool",
39
+ "no-code",
40
+ "nana800",
41
+ "cloud platform",
42
+ "configuration",
43
+ "web app config",
44
+ "low-code",
45
+ "variables",
46
+ "code action",
47
+ "nana800 code action",
48
+ "nana800 action code"
49
+ ]
50
+ }