mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 02:34:19 +00:00
23 lines
672 B
JSON
23 lines
672 B
JSON
{
|
|
"name": "tribufu",
|
|
"version": "0.0.2",
|
|
"description": "TribuFu JS SDK",
|
|
"repository": "https://github.com/TribuFu/SDK-JS",
|
|
"author": "TribuFu <contact@tribufu.com>",
|
|
"license": "Apache-2.0",
|
|
"source": "Source/index.ts",
|
|
"main": "Build/main.js",
|
|
"module": "Build/module.js",
|
|
"types": "Build/index.d.ts",
|
|
"scripts": {
|
|
"watch": "parcel watch --cache-dir Saved/Cache",
|
|
"build": "parcel build --cache-dir Saved/Cache"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/packager-ts": "2.8.3",
|
|
"@parcel/transformer-typescript-types": "2.8.3",
|
|
"parcel": "^2.8.3",
|
|
"typescript": ">=3.0.0"
|
|
}
|
|
}
|