@schemastore/cryproj.dev.schema 0.0.6 → 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/LICENSE +674 -21
- package/README.md +6 -20
- package/index.d.ts +2694 -2715
- package/package.json +4 -9
package/README.md
CHANGED
|
@@ -1,28 +1,14 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
## Installation
|
|
4
|
-
|
|
5
|
-
```
|
|
6
|
-
npm i @schemastore/cryproj.dev.schema
|
|
7
|
-
yarn add @schemastore/cryproj.dev.schema
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
## Summary
|
|
1
|
+
# Installation
|
|
2
|
+
> `npm install --save @schemastore/cryproj.dev.schema`
|
|
11
3
|
|
|
4
|
+
# Summary
|
|
12
5
|
This package contains type definitions for cryproj.dev.schema.
|
|
13
6
|
|
|
14
|
-
##
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
import * as cryproj_dev_schema from '@schemastore/cryproj.dev.schema';
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## Note
|
|
7
|
+
## Details
|
|
21
8
|
|
|
22
|
-
|
|
9
|
+
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/cryproj.dev.schema.
|
|
23
10
|
|
|
24
11
|
## Additional Details
|
|
25
12
|
|
|
26
|
-
*
|
|
27
|
-
* Last updated: Fri, Jun 30, 2023, 21:03:59 GMT
|
|
13
|
+
* Last updated: Fri, Mar 13, 2026, 11:19:42 GMT
|
|
28
14
|
* Dependencies: none
|