scoped-values
Version:
A JS library simulating Kotlin's scope functions.
36 lines (35 loc) • 710 B
JSON
{
"name": "scoped-values",
"version": "1.0.1",
"description": "A JS library simulating Kotlin's scope functions.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "jest"
},
"jest": {
"transform": {
"^.+\\.js$": "babel-jest"
},
"testEnvironment": "node"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"babel-jest": "^29.6.4",
"jest": "^29.6.4"
},
"keywords": [
"kotlin",
"scope",
"function",
"let",
"also"
],
"author": "Jinyu Liu",
"license": "ISC"
}