@atscript/typescript 0.1.17 → 0.1.18

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 CHANGED
@@ -1,10 +1,43 @@
1
1
  {
2
2
  "name": "@atscript/typescript",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Atscript: typescript-gen support.",
5
+ "keywords": [
6
+ "annotations",
7
+ "atscript",
8
+ "typescript"
9
+ ],
10
+ "homepage": "https://github.com/moostjs/atscript/tree/main/packages/typescript#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/moostjs/atscript/issues"
13
+ },
14
+ "license": "ISC",
15
+ "author": "Artem Maltsev",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/moostjs/atscript.git",
19
+ "directory": "packages/typescript"
20
+ },
21
+ "bin": {
22
+ "asc": "./cli.cjs"
23
+ },
24
+ "files": [
25
+ "dist",
26
+ "cli.cjs"
27
+ ],
5
28
  "type": "module",
6
29
  "main": "dist/index.mjs",
7
30
  "types": "dist/index.d.ts",
31
+ "typesVersions": {
32
+ "*": {
33
+ "utils": [
34
+ "dist/utils.d.ts"
35
+ ],
36
+ "": [
37
+ "dist/index.d.ts"
38
+ ]
39
+ }
40
+ },
8
41
  "exports": {
9
42
  ".": {
10
43
  "types": "./dist/index.d.ts",
@@ -20,22 +53,15 @@
20
53
  },
21
54
  "./package.json": "./package.json"
22
55
  },
23
- "typesVersions": {
24
- "*": {
25
- "utils": [
26
- "dist/utils.d.ts"
27
- ],
28
- "": [
29
- "dist/index.d.ts"
30
- ]
31
- }
56
+ "dependencies": {
57
+ "@moostjs/event-cli": "^0.5.32",
58
+ "moost": "^0.5.32"
32
59
  },
33
- "files": [
34
- "dist",
35
- "cli.cjs"
36
- ],
37
- "bin": {
38
- "asc": "./cli.cjs"
60
+ "devDependencies": {
61
+ "vitest": "3.2.4"
62
+ },
63
+ "peerDependencies": {
64
+ "@atscript/core": "^0.1.18"
39
65
  },
40
66
  "build": [
41
67
  {},
@@ -53,32 +79,6 @@
53
79
  "dts": false
54
80
  }
55
81
  ],
56
- "keywords": [
57
- "atscript",
58
- "annotations",
59
- "typescript"
60
- ],
61
- "author": "Artem Maltsev",
62
- "repository": {
63
- "type": "git",
64
- "url": "git+https://github.com/moostjs/atscript.git",
65
- "directory": "packages/typescript"
66
- },
67
- "bugs": {
68
- "url": "https://github.com/moostjs/atscript/issues"
69
- },
70
- "homepage": "https://github.com/moostjs/atscript/tree/main/packages/typescript#readme",
71
- "license": "ISC",
72
- "peerDependencies": {
73
- "@atscript/core": "^0.1.17"
74
- },
75
- "dependencies": {
76
- "@moostjs/event-cli": "^0.5.32",
77
- "moost": "^0.5.32"
78
- },
79
- "devDependencies": {
80
- "vitest": "3.2.4"
81
- },
82
82
  "scripts": {
83
83
  "pub": "pnpm publish --access public",
84
84
  "test": "vitest"