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

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