2022-08-28 21:12:25 +02:00
|
|
|
{
|
|
|
|
"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",
|
2022-09-01 20:06:43 +02:00
|
|
|
"yagl": "^0.5.0",
|
2022-08-28 21:12:25 +02:00
|
|
|
"yargs": "^17.5.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-01 20:06:43 +02:00
|
|
|
"@types/node": "^18.7.14",
|
|
|
|
"@types/yargs": "^17.0.12"
|
2022-08-28 21:12:25 +02:00
|
|
|
}
|
|
|
|
}
|