{ "name": "clisp-test", "version": "1.0.1", "description": "A unit testing framework for CumLISP", "main": "src/index.js", "scripts": { "test": "node src/test.js" }, "author": "Ruthenic", "license": "BSD-3-Clause", "dependencies": { "cumlisp": "^1.3.1" }, "type": "module" }