34 lines
692 B
JSON
34 lines
692 B
JSON
|
{
|
||
|
"name": "@samvv/bolt",
|
||
|
"version": "0.0.1",
|
||
|
"description": "A new programming language for the web",
|
||
|
"main": "lib/index.js",
|
||
|
"bin": {
|
||
|
"bolt": "lib/bin/bolt.js"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/BoltJS"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"programming-language",
|
||
|
"productivity",
|
||
|
"development",
|
||
|
"performance"
|
||
|
],
|
||
|
"author": "Sam Vervaeck",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"source-map-support": "^0.5.21",
|
||
|
"tslib": "^2.4.0",
|
||
|
"yargs": "^17.5.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^18.7.13",
|
||
|
"@types/yargs": "^17.0.11"
|
||
|
}
|
||
|
}
|