sqrl-cli-functions
Version:
SQRL (A Safe, Stateful Rules Language for Event Streams) - functions intended for command line tools
56 lines (55 loc) • 1.56 kB
JSON
{
"name": "sqrl-cli-functions",
"version": "0.6.10",
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions intended for command line tools",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-cli-functions",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": {
"name": "Twitter, Inc.",
"url": "https://twitter.com/twitteross"
},
"keywords": [
"sqrl"
],
"files": [
"lib"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"clean": "rimraf lib && rimraf coverage",
"format": "prettier --write \"{src,__tests__}/**/*.ts\"",
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
"build": "tsc --pretty",
"test": "jest",
"test:integration": "jest --config=jest.integration.config.js",
"coverage": "jest --coverage",
"watch": "npm run build -- --watch",
"watch:test": "npm run test -- --watch",
"watch:test:integration": "npm run test:integration -- --watch"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^11.9.5",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^8.3.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"sqrl": "^0.6.10",
"sqrl-common": "^0.6.10"
},
"gitHead": "d6f4789442ac2e1dea7b1f39b87c6db3395fd815"
}