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
258 B

2 years ago
{
"name": "cumlisp",
"version": "1.0.0",
"description": "",
2 years ago
"main": "src/index.js",
2 years ago
"scripts": {
2 years ago
"test": "node src/test.js"
2 years ago
},
"author": "",
2 years ago
"license": "BSD-3-Clause",
2 years ago
"dependencies": {
"cumlisp": "^1.3.1"
},
"type": "module"
}