mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
919c7d6ea1
* introduce eslint * Fix all eslint errors * Eslint fix and some touches * Fix tests * Fix misc errors * change semver * change semver #2 * Fix path * Fix path #2 * freeze lock file in CI * fix package install * Fix formatting of surrounding files * Add empty prettier config * Fix formatting * Fix build errors * Remove unused deps * remove changelog from formatting * deps cleanup * make resource importers async * Refactor * Fix error message * remove comment * more refactoring * Update packages/core/js-client/src/compilerSupport/registerService.ts Co-authored-by: shamsartem <shamsartem@gmail.com> * refactoring * refactoring fix * optimize import * Update packages/@tests/smoke/node/src/index.ts Co-authored-by: shamsartem <shamsartem@gmail.com> * Revert package * Fix pnpm lock * Lint-fix * Fix CI * Update tests * Fix build * Fix import * Use forked threads dep * Use fixed version * Update threads * Fix lint * Fix test * Fix test * Add polyfill for assert * Add subpath import * Fix tests * Fix deps --------- Co-authored-by: shamsartem <shamsartem@gmail.com>
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"name": "@test/test-utils",
|
|
"version": "0.1.0",
|
|
"description": "Test utils",
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"engines": {
|
|
"node": ">=10",
|
|
"pnpm": ">=3"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"repository": "https://github.com/fluencelabs/fluence-js",
|
|
"author": "Fluence Labs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"serve-handler": "6.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/serve-handler": "6.1.1"
|
|
}
|
|
}
|