mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-24 09:22:15 +00:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "@fluencelabs/interfaces",
|
|
"type": "module",
|
|
"version": "0.12.0",
|
|
"description": "Interfaces",
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./fluenceClient": {
|
|
"import": "./dist/fluenceClient.js",
|
|
"types": "./dist/fluenceClient.d.ts"
|
|
},
|
|
"./compilerSupport": {
|
|
"import": "./dist/compilerSupport.js",
|
|
"types": "./dist/compilerSupport.d.ts"
|
|
},
|
|
"./dist/fluenceClient": {
|
|
"import": "./dist/fluenceClient.js",
|
|
"types": "./dist/fluenceClient.d.ts"
|
|
},
|
|
"./dist/compilerSupport": {
|
|
"import": "./dist/compilerSupport.js",
|
|
"types": "./dist/compilerSupport.d.ts"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"fluenceClient.d.ts": [
|
|
"./dist/fluenceClient.d.ts"
|
|
],
|
|
"compilerSupport.d.ts": [
|
|
"./dist/compilerSupport.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"pnpm": ">=3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"repository": "https://github.com/fluencelabs/fluence-js",
|
|
"author": "Fluence Labs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"hotscript": "1.0.13"
|
|
}
|
|
}
|