You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
305 B

{
"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"
}