init
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "@kevisual/query-mark",
|
||||
"version": "0.0.2",
|
||||
"description": "",
|
||||
"main": "dist/query-mark.js",
|
||||
"types": "dist/query-mark.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"watch": "tsup --watch",
|
||||
"dev": "tsup --watch",
|
||||
"dev:lib": "pnpm run dev"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@kevisual/query": "^0.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.11",
|
||||
"tsup": "^8.4.0"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/query-mark.js",
|
||||
"./base": "./dist/query-mark.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kevisual/cache": "^0.0.1",
|
||||
"dotenv": "^16.4.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user