@snipl/core 1.0.0 → 1.0.1
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 +14 -3
package/package.json
CHANGED
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snipl/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"description": "Core engine for snipl — config loading, install planning, file writer, manifest management, and registry resolution for verified TypeScript snippets.",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"snippet",
|
|
10
|
+
"snippets",
|
|
11
|
+
"typescript",
|
|
12
|
+
"utility",
|
|
13
|
+
"source-code",
|
|
14
|
+
"developer-tools",
|
|
15
|
+
"install",
|
|
16
|
+
"file-writer"
|
|
17
|
+
],
|
|
7
18
|
"repository": {
|
|
8
19
|
"type": "git",
|
|
9
20
|
"url": "git+https://github.com/ysr-hameed/snipl.git"
|
|
@@ -24,8 +35,8 @@
|
|
|
24
35
|
"!dist/src/**/*.tsbuildinfo"
|
|
25
36
|
],
|
|
26
37
|
"dependencies": {
|
|
27
|
-
"@snipl/
|
|
28
|
-
"@snipl/registry
|
|
38
|
+
"@snipl/registry-schema": "1.0.1",
|
|
39
|
+
"@snipl/official-registry": "1.0.1"
|
|
29
40
|
},
|
|
30
41
|
"devDependencies": {
|
|
31
42
|
"typescript": "^5.7.0",
|