You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "swiss-army-knifey-ramda",
|
|
"version": "1.0.0",
|
|
"description": "ramda utility functions",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"scripts": {
|
|
"clean": "rm -rf ./build",
|
|
"build": "npm run clean && tsc",
|
|
"test": "npm run build && NODE_ENV=test mocha --timeout 50000 --recursive ./build/test",
|
|
"start": "tsc && node ./build/index.js",
|
|
"serve": "tsc && NODE_ENV=production node ./build/index.js"
|
|
},
|
|
"bin": {
|
|
"env-replace": "./build/bin/envReplace.js",
|
|
"env-prepare": "./build/bin/envPrepare.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gbili/saylo.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Guillermo Pages <mail@guillermo.at> (https://guillermo.at)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gbili/saylo/issues"
|
|
},
|
|
"homepage": "https://github.com/gbili/saylo#readme",
|
|
"devDependencies": {
|
|
"@types/chai": "4.3.10",
|
|
"@types/chai-as-promised": "^7.1.8",
|
|
"@types/mocha": "10.0.4",
|
|
"@types/node": "^20.9.0",
|
|
"@types/ramda": "^0.29.8",
|
|
"@types/sinon": "^17.0.3",
|
|
"chai": "4.3.10",
|
|
"chai-as-promised": "^7.1.1",
|
|
"mocha": "^10.2.0",
|
|
"swiss-army-knifey": "^1.32.2",
|
|
"sinon": "^19.0.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.0.0",
|
|
"ramda": "^0.30.1"
|
|
}
|
|
}
|