mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Prepare for publish
This commit is contained in:
parent
337f41e723
commit
79fd0a089f
6 changed files with 1150 additions and 1517 deletions
32
package.json
32
package.json
|
|
@ -1,29 +1,35 @@
|
|||
{
|
||||
"name": "tribufu",
|
||||
"version": "0.0.4",
|
||||
"version": "0.1.0",
|
||||
"description": "Tribufu JS SDK",
|
||||
"repository": "https://github.com/Tribufu/SDK-JS",
|
||||
"repository": "https://github.com/Tribufu/TribufuJs",
|
||||
"author": "Tribufu <contact@Tribufu.com>",
|
||||
"license": "Apache-2.0",
|
||||
"source": "src/index.ts",
|
||||
"main": "build/main.js",
|
||||
"module": "build/module.js",
|
||||
"types": "build/index.d.ts",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"import": "./build/index.mjs",
|
||||
"require": "./build//index.cjs"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "parcel watch --cache-dir saved/cache",
|
||||
"build": "parcel build --cache-dir saved/cache"
|
||||
"clean": "rimraf build",
|
||||
"build": "yarn clean && tsc && node scripts/esbuild.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.6.2",
|
||||
"@types/express": "^4.17.21",
|
||||
"axios": "^1.6.3",
|
||||
"camelcase-keys": "^9.1.2",
|
||||
"fp-ts": "^2.16.1",
|
||||
"json-bigint": "^1.0.0",
|
||||
"snakecase-keys": "^5.5.0",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/packager-ts": "2.8.3",
|
||||
"@parcel/transformer-typescript-types": "2.8.3",
|
||||
"@types/json-bigint": "^1.0.4",
|
||||
"@types/uuid": "^9.0.7",
|
||||
"parcel": "^2.8.3",
|
||||
"typescript": ">=3.0.0"
|
||||
"cross-env": "^7.0.3",
|
||||
"esbuild": "^0.19.10",
|
||||
"esbuild-node-externals": "^1.12.0",
|
||||
"rimraf": "^5.0.5",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue