UNPKG

sails-js

Version:

Typescript library for working with Sails programs

59 lines (58 loc) 1.44 kB
{ "name": "sails-js", "version": "0.4.3", "description": "Typescript library for working with Sails programs", "type": "module", "license": "GPL-3.0", "author": "Gear Technologies", "bugs": { "url": "https://github.com/gear-tech/sails/issues" }, "homepage": "https://github.com/gear-tech/sails/tree/master/js#readme", "repository": { "type": "git", "url": "git+https://githib.com/gear-tech/sails.git", "directory": "js" }, "keywords": [ "gear", "sails" ], "main": "./lib/cjs/index.cjs", "module": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "require": "./lib/cjs/index.cjs", "types": "./index.d.ts" } }, "scripts": { "prebuild": "rm -rf lib", "build": "npx rollup --config rollup.config.js", "test": "yarn node --no-warnings --experimental-vm-modules $(yarn bin jest) --detectOpenHandles", "clean": "rm -rf lib", "pack-build": "yarn pack --out sails-js.tgz" }, "peerDependencies": { "@gear-js/api": "^0.42.0", "@polkadot/api": "^15.9.1" }, "optionalDependencies": { "sails-js-types": "^0.4.2" }, "dependencies": { "sails-js-util": "^0.4.2" }, "devDependencies": { "@gear-js/api": "^0.43.0", "@polkadot/api": "^16.4.3", "@polkadot/types": "^16.4.3", "jest": "^30.0.5", "sails-js-types": "*" }, "files": [ "lib" ] }