mirror of
https://github.com/Warky-Devs/artemis-kit.git
synced 2026-05-05 04:36:59 +00:00
Released 1.0.3
This commit is contained in:
26
package.json
26
package.json
@@ -1,16 +1,36 @@
|
||||
{
|
||||
"name": "@warkypublic/artemis-kit",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "A comprehensive TypeScript/JavaScript utility library focused on precision and efficiency.",
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./dataqueue": "./src/dataqueue/index.ts",
|
||||
"./object": "./src/object/index.ts"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"dataqueue": [
|
||||
"./src/dataqueue/index.ts"
|
||||
],
|
||||
"object": [
|
||||
"./src/object/index.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": "./dist/index.ts",
|
||||
"./dataqueue": "./dist/dataqueue.js",
|
||||
"./object": "./dist/object.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
@@ -67,4 +87,4 @@
|
||||
},
|
||||
"homepage": "https://github.com/Warky-Devs/artemis-kit#readme",
|
||||
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user