mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Create Package
This commit is contained in:
parent
30168e99e0
commit
4dbdf87d9e
5 changed files with 101 additions and 0 deletions
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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue