initial public commit
This commit is contained in:
44
package.json
Normal file
44
package.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "twtxt-lib",
|
||||
"version": "0.9.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist-node/index.js"
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist-node"
|
||||
],
|
||||
"module": "./dist-node/index.js",
|
||||
"types": "./dist-node/index.d.ts",
|
||||
"scripts": {
|
||||
"build:dev": "BUILD_ENV=development node ./build.js",
|
||||
"build": "BUILD_ENV=production node ./build.js",
|
||||
"build-tsc": "tsc",
|
||||
"ci": "yarn build:release",
|
||||
"dev": "vite",
|
||||
"preview": "vite preview",
|
||||
"prepublishOnly": "yarn build",
|
||||
"postpublish": "git push && git push --tags",
|
||||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.3.0",
|
||||
"prettier": "^3.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"unplugin-dts": "1.0.0-beta.6",
|
||||
"vite": "^7.3.1",
|
||||
"vite-plugin-no-bundle": "^4.0.0",
|
||||
"vite-plugin-node-polyfills": "^0.25.0",
|
||||
"vitest": "^4.0.18"
|
||||
},
|
||||
"packageManager": "yarn@4.12.0",
|
||||
"dependencies": {
|
||||
"@exodus/blakejs": "^1.1.1-exodus.0",
|
||||
"base32.js": "^0.1.0",
|
||||
"dayjs": "^1.11.19"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user