mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 02:34:19 +00:00
Create Package
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "tribufu",
|
||||
"version": "0.0.1",
|
||||
"description": "TribuFu SDK",
|
||||
"repository": "https://github.com/TribuFu/SDK.js",
|
||||
"author": "TribuFu <contact@tribufu.com>",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./Build/Index.js",
|
||||
"types": "./Build/Index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc -p .",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.0.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user